#F0FCB5

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

Shades of Chiffon #F0FCB5

Tints of Chiffon #F0FCB5

Color information

#F0FCB5 (or 0xF0FCB5) is unknown color: approx Chiffon. HEX triplet: F0, FC and B5. RGB value is (240,252,181). Sum of RGB (Red+Green+Blue) = 240+252+181=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 181 (71.09% from 255 or 26.89% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCB5 is #0F034A. Grayscale: #F0F0F0. Windows color (decimal): -983883 or 11926768. OLE color: 11926768.

HSL color Cylindrical-coordinate representation of color #F0FCB5: hue angle of 70.14º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0FCB5 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB240252181-
CMYK0.0500.280.01
HSL70.14º92.21%84.9%-
HSV(B)70.14º28.17%98.82%-
XYZ79.0991.4857.21-
YUV240.3294.52127.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.66%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 181 (71.09% from 255) = 26.89%
R=35.66%
G=37.44%
B=26.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402521810.0500.280.0170.1492.2184.9
HexF0FCB5501C1465c55
Octal36037426550341106134125
Binary1111000011111100101101011010111001100011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FCB5; }

 p { color: rgb(240,252,181); }

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

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

 a { background-color: rgb(240,252,181); }

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

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

 span { border-color: rgb(240,252,181); }

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