Html Css Color HEX #F2FCC0 Chiffon

📋 copy color: '#F2FCC0'

red 242 ◦ green 252 ◦ blue 192

#F2FCC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chiffon #F2FCC0

Tints of Chiffon #F2FCC0

RGB

 RED value IS 242 (94.92% from 255) = 35.28%

 GREEN value IS 252 (98.83% from 255) = 36.73%

 BLUE value IS 192 (75.39% from 255) = 27.99%

R = 35.28%
G = 36.73%
B = 27.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#F2FCC0 (or 0xF2FCC0) is known color: Chiffon. HEX triplet: F2, FC and C0. RGB value is (242,252,192). Sum of RGB (Red+Green+Blue) = 242+252+192=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 192 (75.39% from 255 or 27.99% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCC0 is #0D033F. Grayscale: #F2F2F2. Windows color (decimal): -852800 or 12647666. OLE color: 12647666.

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

Color convert

RGB 242 252 192 -
CMYK 0.04 0 0.24 0.01
HSL 70º 0.91% 0.87% -
HSV(B) 70º 0.24% 0.99% -
XYZ 80.94 92.3 63.42 -
YUV 242.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 242 252 192 0.04 0 0.24 0.01 70 0.91 0.87
Hex F2 FC C0 4 0 18 1 46 5B 57
Octal 362 374 300 4 0 30 1 106 133 127
Binary 11110010 11111100 11000000 100 0 11000 1 1000110 1011011 1010111

Color Harmonies of #F2FCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCC0

Black with #F2FCC0

Text Example


Text Example

White with #F2FCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCC0; }

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

 H1.HeaderClassName
 {
   color: #F2FCC0;
 }
 .AnyTagClassName
 {
   color: #F2FCC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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