Html Css Color HEX #F2FEB5 Chiffon

📋 copy color: '#F2FEB5'

red 242 ◦ green 254 ◦ blue 181

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

Shades of Chiffon #F2FEB5

Tints of Chiffon #F2FEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.74%

R = 35.75%
G = 37.52%
B = 26.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#F2FEB5 (or 0xF2FEB5) is known color: Chiffon. HEX triplet: F2, FE and B5. RGB value is (242,254,181). Sum of RGB (Red+Green+Blue) = 242+254+181=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 181 (71.09% from 255 or 26.74% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEB5 is #0D014A. Grayscale: #F2F2F2. Windows color (decimal): -852299 or 11927282. OLE color: 11927282.

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

Color convert

RGB 242 254 181 -
CMYK 0.05 0 0.29 0.00
HSL 69.86º 0.97% 0.85% -
HSV(B) 69.86º 0.29% 1% -
XYZ 80.4 93.1 57.45 -
YUV 242.09 93.52 127.94 -
System Red Green Blue C M Y K H S L
Decimal 242 254 181 0.05 0 0.29 0.00 69.86 0.97 0.85
Hex F2 FE B5 5 0 1D 0 46 61 55
Octal 362 376 265 5 0 35 0 106 141 125
Binary 11110010 11111110 10110101 101 0 11101 0 1000110 1100001 1010101

Color Harmonies of #F2FEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEB5

Black with #F2FEB5

Text Example


Text Example

White with #F2FEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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