#F0FCBA

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

Shades of Chiffon #F0FCBA

Tints of Chiffon #F0FCBA

Color information

#F0FCBA (or 0xF0FCBA) is unknown color: approx Chiffon. HEX triplet: F0, FC and BA. RGB value is (240,252,186). Sum of RGB (Red+Green+Blue) = 240+252+186=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 186 (73.05% from 255 or 27.43% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCBA is #0F0345. Grayscale: #F1F1F1. Windows color (decimal): -983878 or 12254448. OLE color: 12254448.

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

Color convert

RGB240252186-
CMYK0.0500.260.01
HSL70.91º91.67%85.88%-
HSV(B)70.91º26.19%98.82%-
XYZ79.6191.6959.96-
YUV240.8997.02127.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.40%
GREEN value IS 252 (98.83% from 255) = 37.17%
BLUE value IS 186 (73.05% from 255) = 27.43%
R=35.40%
G=37.17%
B=27.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402521860.0500.260.0170.9191.6785.88
HexF0FCBA501A1475c56
Octal36037427250321107134126
Binary1111000011111100101110101010110101100011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FCBA; }

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

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

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

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

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

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

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

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