#F2FDBB

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

Shades of Chiffon #F2FDBB

Tints of Chiffon #F2FDBB

Color information

#F2FDBB (or 0xF2FDBB) is unknown color: approx Chiffon. HEX triplet: F2, FD and BB. RGB value is (242,253,187). Sum of RGB (Red+Green+Blue) = 242+253+187=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 187 (73.44% from 255 or 27.42% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDBB is #0D0244. Grayscale: #F2F2F2. Windows color (decimal): -852549 or 12320242. OLE color: 12320242.

HSL color Cylindrical-coordinate representation of color #F2FDBB: hue angle of 70º degrees, saturation: 0.94, 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 #F2FDBB is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB242253187-
CMYK0.0400.260.01
HSL70º94.29%86.27%-
HSV(B)70º26.09%99.22%-
XYZ80.7192.7260.66-
YUV242.1996.86127.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.48%
GREEN value IS 253 (99.22% from 255) = 37.10%
BLUE value IS 187 (73.44% from 255) = 27.42%
R=35.48%
G=37.10%
B=27.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422531870.0400.260.017094.2986.27
HexF2FDBB401A1465e56
Octal36237527340321106136126
Binary1111001011111101101110111000110101100011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FDBB; }

 p { color: rgb(242,253,187); }

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

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

 a { background-color: rgb(242,253,187); }

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

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

 span { border-color: rgb(242,253,187); }

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