#F2FCBB

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

Shades of Chiffon #F2FCBB

Tints of Chiffon #F2FCBB

Color information

#F2FCBB (or 0xF2FCBB) is unknown color: approx Chiffon. HEX triplet: F2, FC and BB. RGB value is (242,252,187). Sum of RGB (Red+Green+Blue) = 242+252+187=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 187 (73.44% from 255 or 27.46% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCBB is #0D0344. Grayscale: #F1F1F1. Windows color (decimal): -852805 or 12319986. OLE color: 12319986.

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

Color convert

RGB242252187-
CMYK0.0400.260.01
HSL69.23º91.55%86.08%-
HSV(B)69.23º25.79%98.82%-
XYZ80.492.0960.55-
YUV241.697.19128.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.54%
GREEN value IS 252 (98.83% from 255) = 37.00%
BLUE value IS 187 (73.44% from 255) = 27.46%
R=35.54%
G=37.00%
B=27.46%

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
Decimal2422521870.0400.260.0169.2391.5586.08
HexF2FCBB401A1455c56
Octal36237427340321105134126
Binary1111001011111100101110111000110101100010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FCBB; }

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

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

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

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

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

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

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

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