#F0FBD5

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

Shades of Rice Flower #F0FBD5

Tints of Rice Flower #F0FBD5

Color information

#F0FBD5 (or 0xF0FBD5) is unknown color: approx Rice Flower. HEX triplet: F0, FB and D5. RGB value is (240,251,213). Sum of RGB (Red+Green+Blue) = 240+251+213=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 213 (83.59% from 255 or 30.26% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBD5 is #0F042A. Grayscale: #F3F3F3. Windows color (decimal): -984107 or 14023664. OLE color: 14023664.

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

Color convert

RGB240251213-
CMYK0.0400.150.02
HSL77.37º82.61%90.98%-
HSV(B)77.37º15.14%98.43%-
XYZ82.4492.3276.43-
YUV243.38110.86125.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.09%
GREEN value IS 251 (98.44% from 255) = 35.65%
BLUE value IS 213 (83.59% from 255) = 30.26%
R=34.09%
G=35.65%
B=30.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402512130.0400.150.0277.3782.6190.98
HexF0FBD540F24d535b
Octal36037332540172115123133
Binary1111000011111011110101011000111110100110110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBD5; }

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

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

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

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

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

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

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

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