#F0F7D2

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

Shades of Rice Flower #F0F7D2

Tints of Rice Flower #F0F7D2

Color information

#F0F7D2 (or 0xF0F7D2) is unknown color: approx Rice Flower. HEX triplet: F0, F7 and D2. RGB value is (240,247,210). Sum of RGB (Red+Green+Blue) = 240+247+210=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 247 (96.88% from 255 or 35.44% from 697); Blue value is 210 (82.42% from 255 or 30.13% from 697); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7D2 is #0F082D. Grayscale: #F0F0F0. Windows color (decimal): -985134 or 13826032. OLE color: 13826032.

HSL color Cylindrical-coordinate representation of color #F0F7D2: hue angle of 71.35º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0F7D2 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB240247210-
CMYK0.0300.150.03
HSL71.35º69.81%89.61%-
HSV(B)71.35º14.98%96.86%-
XYZ80.8389.774.03-
YUV240.69110.68127.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.43%
GREEN value IS 247 (96.88% from 255) = 35.44%
BLUE value IS 210 (82.42% from 255) = 30.13%
R=34.43%
G=35.44%
B=30.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402472100.0300.150.0371.3569.8189.61
HexF0F7D230F347465a
Octal36036732230173107106132
Binary111100001111011111010010110111111100011110001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F7D2; }

 p { color: rgb(240,247,210); }

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

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

 a { background-color: rgb(240,247,210); }

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

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

 span { border-color: rgb(240,247,210); }

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