#F0FAD2

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

Shades of Rice Flower #F0FAD2

Tints of Rice Flower #F0FAD2

Color information

#F0FAD2 (or 0xF0FAD2) is unknown color: approx Rice Flower. HEX triplet: F0, FA and D2. RGB value is (240,250,210). Sum of RGB (Red+Green+Blue) = 240+250+210=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 210 (82.42% from 255 or 30% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAD2 is #0F052D. Grayscale: #F2F2F2. Windows color (decimal): -984366 or 13826800. OLE color: 13826800.

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

Color convert

RGB240250210-
CMYK0.0400.160.02
HSL75º80%90.2%-
HSV(B)75º16%98.04%-
XYZ81.7591.5574.33-
YUV242.45109.69126.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.29%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 210 (82.42% from 255) = 30%
R=34.29%
G=35.71%
B=30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402502100.0400.160.02758090.2
HexF0FAD2401024b505a
Octal36037232240202113120132
Binary11110000111110101101001010001000010100101110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FAD2; }

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

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

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

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

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

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

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

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