Html Css Color HEX #F2FEBF Chiffon

📋 copy color: '#F2FEBF'

red 242 ◦ green 254 ◦ blue 191

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

Shades of Chiffon #F2FEBF

Tints of Chiffon #F2FEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 27.8%

R = 35.23%
G = 36.97%
B = 27.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#F2FEBF (or 0xF2FEBF) is known color: Chiffon. HEX triplet: F2, FE and BF. RGB value is (242,254,191). Sum of RGB (Red+Green+Blue) = 242+254+191=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 191 (75% from 255 or 27.80% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEBF is #0D0140. Grayscale: #F3F3F3. Windows color (decimal): -852289 or 12582642. OLE color: 12582642.

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

Color convert

RGB 242 254 191 -
CMYK 0.05 0 0.25 0.00
HSL 71.43º 0.97% 0.87% -
HSV(B) 71.43º 0.25% 1% -
XYZ 81.46 93.52 63.05 -
YUV 243.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 242 254 191 0.05 0 0.25 0.00 71.43 0.97 0.87
Hex F2 FE BF 5 0 19 0 47 61 57
Octal 362 376 277 5 0 31 0 107 141 127
Binary 11110010 11111110 10111111 101 0 11001 0 1000111 1100001 1010111

Color Harmonies of #F2FEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEBF

Black with #F2FEBF

Text Example


Text Example

White with #F2FEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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