Html Css Color HEX #F2FEB8 Chiffon

📋 copy color: '#F2FEB8'

red 242 ◦ green 254 ◦ blue 184

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

Shades of Chiffon #F2FEB8

Tints of Chiffon #F2FEB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 27.06%

R = 35.59%
G = 37.35%
B = 27.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#F2FEB8 (or 0xF2FEB8) is known color: Chiffon. HEX triplet: F2, FE and B8. RGB value is (242,254,184). Sum of RGB (Red+Green+Blue) = 242+254+184=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 184 (72.27% from 255 or 27.06% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEB8 is #0D0147. Grayscale: #F2F2F2. Windows color (decimal): -852296 or 12123890. OLE color: 12123890.

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

Color convert

RGB 242 254 184 -
CMYK 0.05 0 0.28 0.00
HSL 70.29º 0.97% 0.86% -
HSV(B) 70.29º 0.28% 1% -
XYZ 80.71 93.22 59.09 -
YUV 242.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 242 254 184 0.05 0 0.28 0.00 70.29 0.97 0.86
Hex F2 FE B8 5 0 1C 0 46 61 56
Octal 362 376 270 5 0 34 0 106 141 126
Binary 11110010 11111110 10111000 101 0 11100 0 1000110 1100001 1010110

Color Harmonies of #F2FEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEB8

Black with #F2FEB8

Text Example


Text Example

White with #F2FEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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