Html Css Color HEX #F0F4BF Chiffon

📋 copy color: '#F0F4BF'

red 240 ◦ green 244 ◦ blue 191

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

Shades of Chiffon #F0F4BF

Tints of Chiffon #F0F4BF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.15%

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

R = 35.56%
G = 36.15%
B = 28.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F0F4BF (or 0xF0F4BF) is known color: Chiffon. HEX triplet: F0, F4 and BF. RGB value is (240,244,191). Sum of RGB (Red+Green+Blue) = 240+244+191=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 244 (95.70% from 255 or 36.15% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F4BF is #0F0B40. Grayscale: #ECECEC. Windows color (decimal): -985921 or 12580080. OLE color: 12580080.

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

Color convert

RGB 240 244 191 -
CMYK 0.02 0 0.22 0.04
HSL 64.53º 0.71% 0.85% -
HSV(B) 64.53º 0.22% 0.96% -
XYZ 77.69 86.99 61.99 -
YUV 236.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 240 244 191 0.02 0 0.22 0.04 64.53 0.71 0.85
Hex F0 F4 BF 2 0 16 4 41 47 55
Octal 360 364 277 2 0 26 4 101 107 125
Binary 11110000 11110100 10111111 10 0 10110 100 1000001 1000111 1010101

Color Harmonies of #F0F4BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F4BF

Black with #F0F4BF

Text Example


Text Example

White with #F0F4BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F4BF; }

 p { color: rgb(240,244,191); }

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

background-color css

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

 a { background-color: rgb(240,244,191); }

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

border-color css

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

 span { border-color: rgb(240,244,191); }

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