#F0FCBD

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

Shades of Chiffon #F0FCBD

Tints of Chiffon #F0FCBD

Color information

#F0FCBD (or 0xF0FCBD) is unknown color: approx Chiffon. HEX triplet: F0, FC and BD. RGB value is (240,252,189). Sum of RGB (Red+Green+Blue) = 240+252+189=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCBD is #0F0342. Grayscale: #F1F1F1. Windows color (decimal): -983875 or 12451056. OLE color: 12451056.

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

Color convert

RGB240252189-
CMYK0.0500.250.01
HSL71.43º91.3%86.47%-
HSV(B)71.43º25%98.82%-
XYZ79.9391.8261.65-
YUV241.2398.52127.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.24%
GREEN value IS 252 (98.83% from 255) = 37.00%
BLUE value IS 189 (74.22% from 255) = 27.75%
R=35.24%
G=37.00%
B=27.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402521890.0500.250.0171.4391.386.47
HexF0FCBD50191475b56
Octal36037427550311107133126
Binary1111000011111100101111011010110011100011110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FCBD; }

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

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

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

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

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

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

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

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