Html Css Color HEX #F2FEC0 Chiffon

📋 copy color: '#F2FEC0'

red 242 ◦ green 254 ◦ blue 192

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

Shades of Chiffon #F2FEC0

Tints of Chiffon #F2FEC0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.92%

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

R = 35.17%
G = 36.92%
B = 27.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#F2FEC0 (or 0xF2FEC0) is known color: Chiffon. HEX triplet: F2, FE and C0. RGB value is (242,254,192). Sum of RGB (Red+Green+Blue) = 242+254+192=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 192 (75.39% from 255 or 27.91% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEC0 is #0D013F. Grayscale: #F3F3F3. Windows color (decimal): -852288 or 12648178. OLE color: 12648178.

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

Color convert

RGB 242 254 192 -
CMYK 0.05 0 0.24 0.00
HSL 71.61º 0.97% 0.87% -
HSV(B) 71.61º 0.24% 1% -
XYZ 81.57 93.57 63.63 -
YUV 243.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 242 254 192 0.05 0 0.24 0.00 71.61 0.97 0.87
Hex F2 FE C0 5 0 18 0 48 61 57
Octal 362 376 300 5 0 30 0 110 141 127
Binary 11110010 11111110 11000000 101 0 11000 0 1001000 1100001 1010111

Color Harmonies of #F2FEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEC0

Black with #F2FEC0

Text Example


Text Example

White with #F2FEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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