#F0FBD0

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

Shades of Rice Flower #F0FBD0

Tints of Rice Flower #F0FBD0

Color information

#F0FBD0 (or 0xF0FBD0) is unknown color: approx Rice Flower. HEX triplet: F0, FB and D0. RGB value is (240,251,208). Sum of RGB (Red+Green+Blue) = 240+251+208=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 208 (81.64% from 255 or 29.76% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBD0 is #0F042F. Grayscale: #F2F2F2. Windows color (decimal): -984112 or 13695984. OLE color: 13695984.

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

Color convert

RGB240251208-
CMYK0.0400.170.02
HSL75.35º84.31%90%-
HSV(B)75.35º17.13%98.43%-
XYZ81.8292.0773.13-
YUV242.81108.36126-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.33%
GREEN value IS 251 (98.44% from 255) = 35.91%
BLUE value IS 208 (81.64% from 255) = 29.76%
R=34.33%
G=35.91%
B=29.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402512080.0400.170.0275.3584.3190
HexF0FBD0401124b545a
Octal36037332040212113124132
Binary11110000111110111101000010001000110100101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBD0; }

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

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

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

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

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

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

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

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