Html Css Color HEX #F2FEB9 Chiffon

📋 copy color: '#F2FEB9'

red 242 ◦ green 254 ◦ blue 185

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

Shades of Chiffon #F2FEB9

Tints of Chiffon #F2FEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 27.17%

R = 35.54%
G = 37.3%
B = 27.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#F2FEB9 (or 0xF2FEB9) is known color: Chiffon. HEX triplet: F2, FE and B9. RGB value is (242,254,185). Sum of RGB (Red+Green+Blue) = 242+254+185=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 185 (72.66% from 255 or 27.17% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEB9 is #0D0146. Grayscale: #F2F2F2. Windows color (decimal): -852295 or 12189426. OLE color: 12189426.

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

Color convert

RGB 242 254 185 -
CMYK 0.05 0 0.27 0.00
HSL 70.43º 0.97% 0.86% -
HSV(B) 70.43º 0.27% 1% -
XYZ 80.82 93.26 59.64 -
YUV 242.55 95.52 127.61 -
System Red Green Blue C M Y K H S L
Decimal 242 254 185 0.05 0 0.27 0.00 70.43 0.97 0.86
Hex F2 FE B9 5 0 1B 0 46 61 56
Octal 362 376 271 5 0 33 0 106 141 126
Binary 11110010 11111110 10111001 101 0 11011 0 1000110 1100001 1010110

Color Harmonies of #F2FEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEB9

Black with #F2FEB9

Text Example


Text Example

White with #F2FEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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