#F0F5DE

Color #F0F5DE Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #F0F5DE

Tints of Rice Flower #F0F5DE

Color information

#F0F5DE (or 0xF0F5DE) is unknown color: approx Rice Flower. HEX triplet: F0, F5 and DE. RGB value is (240,245,222). Sum of RGB (Red+Green+Blue) = 240+245+222=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 245 (96.09% from 255 or 34.65% from 707); Blue value is 222 (87.11% from 255 or 31.40% from 707); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F5DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F5DE is #0F0A21. Grayscale: #F0F0F0. Windows color (decimal): -985634 or 14611952. OLE color: 14611952.

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

Color convert

RGB240245222-
CMYK0.0200.090.04
HSL73.04º53.49%91.57%-
HSV(B)73.04º9.39%96.08%-
XYZ81.7789.182-
YUV240.88117.34127.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.95%
GREEN value IS 245 (96.09% from 255) = 34.65%
BLUE value IS 222 (87.11% from 255) = 31.40%
R=33.95%
G=34.65%
B=31.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402452220.0200.090.0473.0453.4991.57
HexF0F5DE209449355c
Octal3603653362011411165134
Binary111100001111010111011110100100110010010011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F5DE; }

 p { color: rgb(240,245,222); }

 H1.HeaderClassName
 {
   color: #F0F5DE;
 }
 .AnyTagClassName
 {
   color: #F0F5DE;
 }
</style>
background-color css

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

 a { background-color: rgb(240,245,222); }

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

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

 span { border-color: rgb(240,245,222); }

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