Html Css Color HEX #F0F4BE Chiffon

📋 copy color: '#F0F4BE'

red 240 ◦ green 244 ◦ blue 190

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

Shades of Chiffon #F0F4BE

Tints of Chiffon #F0F4BE

RGB

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

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

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

R = 35.61%
G = 36.2%
B = 28.19%

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

#F0F4BE (or 0xF0F4BE) is known color: Chiffon. HEX triplet: F0, F4 and BE. RGB value is (240,244,190). Sum of RGB (Red+Green+Blue) = 240+244+190=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 244 (95.70% from 255 or 36.20% from 674); Blue value is 190 (74.61% from 255 or 28.19% from 674); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F4BE is #0F0B41. Grayscale: #ECECEC. Windows color (decimal): -985922 or 12514544. OLE color: 12514544.

HSL color Cylindrical-coordinate representation of color #F0F4BE: hue angle of 64.44º 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 #F0F4BE is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 244 190 -
CMYK 0.02 0 0.22 0.04
HSL 64.44º 0.71% 0.85% -
HSV(B) 64.44º 0.22% 0.96% -
XYZ 77.58 86.94 61.41 -
YUV 236.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 240 244 190 0.02 0 0.22 0.04 64.44 0.71 0.85
Hex F0 F4 BE 2 0 16 4 40 47 55
Octal 360 364 276 2 0 26 4 100 107 125
Binary 11110000 11110100 10111110 10 0 10110 100 1000000 1000111 1010101

Color Harmonies of #F0F4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F4BE

Black with #F0F4BE

Text Example


Text Example

White with #F0F4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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