#F0B4BA

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

Shades of Light Pink #F0B4BA

Tints of Light Pink #F0B4BA

Color information

#F0B4BA (or 0xF0B4BA) is unknown color: approx Light Pink. HEX triplet: F0, B4 and BA. RGB value is (240,180,186). Sum of RGB (Red+Green+Blue) = 240+180+186=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B4BA is #0F4B45. Grayscale: #C6C6C6. Windows color (decimal): -1002310 or 12236016. OLE color: 12236016.

HSL color Cylindrical-coordinate representation of color #F0B4BA: hue angle of 354º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0B4BA is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240180186-
CMYK00.250.220.06
HSL354º66.67%82.35%-
HSV(B)354º25%94.12%-
XYZ61.1254.7153.79-
YUV198.62120.88157.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.60%
GREEN value IS 180 (70.70% from 255) = 29.70%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=39.60%
G=29.70%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018018600.250.220.0635466.6782.35
HexF0B4BA0191661624352
Octal360264272031266542103122
Binary1111000010110100101110100110011011011010110001010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B4BA; }

 p { color: rgb(240,180,186); }

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

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

 a { background-color: rgb(240,180,186); }

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

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

 span { border-color: rgb(240,180,186); }

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