Html Css Color HEX #F2FEBB Chiffon

📋 copy color: '#F2FEBB'

red 242 ◦ green 254 ◦ blue 187

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

Shades of Chiffon #F2FEBB

Tints of Chiffon #F2FEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 27.38%

R = 35.43%
G = 37.19%
B = 27.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#F2FEBB (or 0xF2FEBB) is known color: Chiffon. HEX triplet: F2, FE and BB. RGB value is (242,254,187). Sum of RGB (Red+Green+Blue) = 242+254+187=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 187 (73.44% from 255 or 27.38% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEBB is #0D0144. Grayscale: #F3F3F3. Windows color (decimal): -852293 or 12320498. OLE color: 12320498.

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

Color convert

RGB 242 254 187 -
CMYK 0.05 0 0.26 0.00
HSL 70.75º 0.97% 0.86% -
HSV(B) 70.75º 0.26% 1% -
XYZ 81.03 93.35 60.76 -
YUV 242.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 242 254 187 0.05 0 0.26 0.00 70.75 0.97 0.86
Hex F2 FE BB 5 0 1A 0 47 61 56
Octal 362 376 273 5 0 32 0 107 141 126
Binary 11110010 11111110 10111011 101 0 11010 0 1000111 1100001 1010110

Color Harmonies of #F2FEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEBB

Black with #F2FEBB

Text Example


Text Example

White with #F2FEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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