Html Css Color HEX #F2F7C2 Chiffon

📋 copy color: '#F2F7C2'

red 242 ◦ green 247 ◦ blue 194

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

Shades of Chiffon #F2F7C2

Tints of Chiffon #F2F7C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 28.4%

R = 35.43%
G = 36.16%
B = 28.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F2F7C2 (or 0xF2F7C2) is known color: Chiffon. HEX triplet: F2, F7 and C2. RGB value is (242,247,194). Sum of RGB (Red+Green+Blue) = 242+247+194=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 247 (96.88% from 255 or 36.16% from 683); Blue value is 194 (76.17% from 255 or 28.40% from 683); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7C2 is #0D083D. Grayscale: #EFEFEF. Windows color (decimal): -854078 or 12777458. OLE color: 12777458.

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

Color convert

RGB 242 247 194 -
CMYK 0.02 0 0.21 0.03
HSL 65.66º 0.77% 0.86% -
HSV(B) 65.66º 0.21% 0.97% -
XYZ 79.62 89.29 64.08 -
YUV 239.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 242 247 194 0.02 0 0.21 0.03 65.66 0.77 0.86
Hex F2 F7 C2 2 0 15 3 42 4D 56
Octal 362 367 302 2 0 25 3 102 115 126
Binary 11110010 11110111 11000010 10 0 10101 11 1000010 1001101 1010110

Color Harmonies of #F2F7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F7C2

Black with #F2F7C2

Text Example


Text Example

White with #F2F7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F7C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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