#F2FFBD

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

Shades of Chiffon #F2FFBD

Tints of Chiffon #F2FFBD

Color information

#F2FFBD (or 0xF2FFBD) is unknown color: approx Chiffon. HEX triplet: F2, FF and BD. RGB value is (242,255,189). Sum of RGB (Red+Green+Blue) = 242+255+189=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 189 (74.22% from 255 or 27.55% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFBD is #0D0042. Grayscale: #F3F3F3. Windows color (decimal): -852035 or 12451826. OLE color: 12451826.

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

Color convert

RGB242255189-
CMYK0.0500.260
HSL71.82º100%87.06%-
HSV(B)71.82º25.88%100%-
XYZ81.5694.0762-
YUV243.5997.19126.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.28%
GREEN value IS 255 (100% from 255) = 37.17%
BLUE value IS 189 (74.22% from 255) = 27.55%
R=35.28%
G=37.17%
B=27.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2422551890.0500.26071.8210087.06
HexF2FFBD501A0486457
Octal36237727550320110144127
Binary1111001011111111101111011010110100100100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FFBD; }

 p { color: rgb(242,255,189); }

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

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

 a { background-color: rgb(242,255,189); }

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

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

 span { border-color: rgb(242,255,189); }

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