#F0FBD2

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

Shades of Rice Flower #F0FBD2

Tints of Rice Flower #F0FBD2

Color information

#F0FBD2 (or 0xF0FBD2) is unknown color: approx Rice Flower. HEX triplet: F0, FB and D2. RGB value is (240,251,210). Sum of RGB (Red+Green+Blue) = 240+251+210=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 210 (82.42% from 255 or 29.96% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBD2 is #0F042D. Grayscale: #F3F3F3. Windows color (decimal): -984110 or 13827056. OLE color: 13827056.

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

Color convert

RGB240251210-
CMYK0.0400.160.02
HSL76.1º83.67%90.39%-
HSV(B)76.1º16.33%98.43%-
XYZ82.0792.1774.44-
YUV243.04109.36125.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.24%
GREEN value IS 251 (98.44% from 255) = 35.81%
BLUE value IS 210 (82.42% from 255) = 29.96%
R=34.24%
G=35.81%
B=29.96%

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
Decimal2402512100.0400.160.0276.183.6790.39
HexF0FBD2401024c545a
Octal36037332240202114124132
Binary11110000111110111101001010001000010100110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBD2; }

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

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

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

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

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

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

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

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