Html Css Color HEX #F2F7BE Chiffon

📋 copy color: '#F2F7BE'

red 242 ◦ green 247 ◦ blue 190

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

Shades of Chiffon #F2F7BE

Tints of Chiffon #F2F7BE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.38%

 BLUE value IS 190 (74.61% from 255) = 27.98%

R = 35.64%
G = 36.38%
B = 27.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F2F7BE (or 0xF2F7BE) is known color: Chiffon. HEX triplet: F2, F7 and BE. RGB value is (242,247,190). Sum of RGB (Red+Green+Blue) = 242+247+190=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 190 (74.61% from 255 or 27.98% from 679); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7BE is #0D0841. Grayscale: #EFEFEF. Windows color (decimal): -854082 or 12515314. OLE color: 12515314.

HSL color Cylindrical-coordinate representation of color #F2F7BE: hue angle of 65.26º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2F7BE is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 247 190 -
CMYK 0.02 0 0.23 0.03
HSL 65.26º 0.78% 0.86% -
HSV(B) 65.26º 0.23% 0.97% -
XYZ 79.17 89.12 61.74 -
YUV 239.01 100.34 130.13 -
System Red Green Blue C M Y K H S L
Decimal 242 247 190 0.02 0 0.23 0.03 65.26 0.78 0.86
Hex F2 F7 BE 2 0 17 3 41 4E 56
Octal 362 367 276 2 0 27 3 101 116 126
Binary 11110010 11110111 10111110 10 0 10111 11 1000001 1001110 1010110

Color Harmonies of #F2F7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F7BE

Black with #F2F7BE

Text Example


Text Example

White with #F2F7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F7BE; }

 p { color: rgb(242,247,190); }

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

background-color css

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

 a { background-color: rgb(242,247,190); }

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

border-color css

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

 span { border-color: rgb(242,247,190); }

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