#F8AEBB

Color #F8AEBB Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #F8AEBB

Tints of Light Pink #F8AEBB

Color information

#F8AEBB (or 0xF8AEBB) is unknown color: approx Light Pink. HEX triplet: F8, AE and BB. RGB value is (248,174,187). Sum of RGB (Red+Green+Blue) = 248+174+187=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AEBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AEBB is #075144. Grayscale: #C5C5C5. Windows color (decimal): -479557 or 12300024. OLE color: 12300024.

HSL color Cylindrical-coordinate representation of color #F8AEBB: hue angle of 349.46º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F8AEBB is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248174187-
CMYK00.300.250.03
HSL349.46º84.09%82.75%-
HSV(B)349.46º29.84%97.25%-
XYZ62.8253.8254.09-
YUV197.61122.02163.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 40.72%
GREEN value IS 174 (68.36% from 255) = 28.57%
BLUE value IS 187 (73.44% from 255) = 30.71%
R=40.72%
G=28.57%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817418700.300.250.03349.4684.0982.75
HexF8AEBB01E19315d5453
Octal370256273036313535124123
Binary111110001010111010111011011110110011110101110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AEBB; }

 p { color: rgb(248,174,187); }

 H1.HeaderClassName
 {
   color: #F8AEBB;
 }
 .AnyTagClassName
 {
   color: #F8AEBB;
 }
</style>
background-color css

<style>
 a { background-color: #F8AEBB; }

 a { background-color: rgb(248,174,187); }

 div.DivClassName
 {
   background-color: #F8AEBB;
 }
 .BgClassName
 {
   background-color: #F8AEBB;
 }
</style>
border-color css

<style>
 span { border-color: #F8AEBB; }

 span { border-color: rgb(248,174,187); }

 td.TdClassName
 {
   border-color: #F8AEBB;
 }
 .TagClassName
 {
   border-color: #F8AEBB;
 }
</style>