Html Css Color HEX #F0FAC2 Chiffon

📋 copy color: '#F0FAC2'

red 240 ◦ green 250 ◦ blue 194

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

Shades of Chiffon #F0FAC2

Tints of Chiffon #F0FAC2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.55%

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

R = 35.09%
G = 36.55%
B = 28.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F0FAC2 (or 0xF0FAC2) is known color: Chiffon. HEX triplet: F0, FA and C2. RGB value is (240,250,194). Sum of RGB (Red+Green+Blue) = 240+250+194=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 194 (76.17% from 255 or 28.36% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAC2 is #0F053D. Grayscale: #F0F0F0. Windows color (decimal): -984382 or 12778224. OLE color: 12778224.

HSL color Cylindrical-coordinate representation of color #F0FAC2: hue angle of 70.71º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0FAC2 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 250 194 -
CMYK 0.04 0 0.22 0.02
HSL 70.71º 0.85% 0.87% -
HSV(B) 70.71º 0.22% 0.98% -
XYZ 79.86 90.79 64.35 -
YUV 240.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 240 250 194 0.04 0 0.22 0.02 70.71 0.85 0.87
Hex F0 FA C2 4 0 16 2 47 55 57
Octal 360 372 302 4 0 26 2 107 125 127
Binary 11110000 11111010 11000010 100 0 10110 10 1000111 1010101 1010111

Color Harmonies of #F0FAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FAC2

Black with #F0FAC2

Text Example


Text Example

White with #F0FAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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