Html Css Color HEX #F2FEBD Chiffon

📋 copy color: '#F2FEBD'

red 242 ◦ green 254 ◦ blue 189

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

Shades of Chiffon #F2FEBD

Tints of Chiffon #F2FEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 27.59%

R = 35.33%
G = 37.08%
B = 27.59%

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

#F2FEBD (or 0xF2FEBD) is known color: Chiffon. HEX triplet: F2, FE and BD. RGB value is (242,254,189). Sum of RGB (Red+Green+Blue) = 242+254+189=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 189 (74.22% from 255 or 27.59% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEBD is #0D0142. Grayscale: #F3F3F3. Windows color (decimal): -852291 or 12451570. OLE color: 12451570.

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

Color convert

RGB 242 254 189 -
CMYK 0.05 0 0.26 0.00
HSL 71.08º 0.97% 0.87% -
HSV(B) 71.08º 0.26% 1% -
XYZ 81.25 93.44 61.9 -
YUV 243 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 242 254 189 0.05 0 0.26 0.00 71.08 0.97 0.87
Hex F2 FE BD 5 0 1A 0 47 61 57
Octal 362 376 275 5 0 32 0 107 141 127
Binary 11110010 11111110 10111101 101 0 11010 0 1000111 1100001 1010111

Color Harmonies of #F2FEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEBD

Black with #F2FEBD

Text Example


Text Example

White with #F2FEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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