Html Css Color HEX #F0F6C2 Chiffon

📋 copy color: '#F0F6C2'

red 240 ◦ green 246 ◦ blue 194

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

Shades of Chiffon #F0F6C2

Tints of Chiffon #F0F6C2

RGB

 RED value IS 240 (94.14% from 255) = 35.29%

 GREEN value IS 246 (96.48% from 255) = 36.18%

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

R = 35.29%
G = 36.18%
B = 28.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F0F6C2 (or 0xF0F6C2) is known color: Chiffon. HEX triplet: F0, F6 and C2. RGB value is (240,246,194). Sum of RGB (Red+Green+Blue) = 240+246+194=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 194 (76.17% from 255 or 28.53% from 680); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F6C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F6C2 is #0F093D. Grayscale: #EEEEEE. Windows color (decimal): -985406 or 12777200. OLE color: 12777200.

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

Color convert

RGB 240 246 194 -
CMYK 0.02 0 0.21 0.04
HSL 66.92º 0.74% 0.86% -
HSV(B) 66.92º 0.21% 0.96% -
XYZ 78.63 88.33 63.94 -
YUV 238.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 240 246 194 0.02 0 0.21 0.04 66.92 0.74 0.86
Hex F0 F6 C2 2 0 15 4 43 4A 56
Octal 360 366 302 2 0 25 4 103 112 126
Binary 11110000 11110110 11000010 10 0 10101 100 1000011 1001010 1010110

Color Harmonies of #F0F6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F6C2

Black with #F0F6C2

Text Example


Text Example

White with #F0F6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F6C2; }

 p { color: rgb(240,246,194); }

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

background-color css

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

 a { background-color: rgb(240,246,194); }

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

border-color css

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

 span { border-color: rgb(240,246,194); }

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