#F0F6DA

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

Shades of Rice Flower #F0F6DA

Tints of Rice Flower #F0F6DA

Color information

#F0F6DA (or 0xF0F6DA) is unknown color: approx Rice Flower. HEX triplet: F0, F6 and DA. RGB value is (240,246,218). Sum of RGB (Red+Green+Blue) = 240+246+218=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 218 (85.55% from 255 or 30.97% from 704); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F6DA is #0F0925. Grayscale: #F1F1F1. Windows color (decimal): -985382 or 14350064. OLE color: 14350064.

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

Color convert

RGB240246218-
CMYK0.0200.110.04
HSL72.86º60.87%90.98%-
HSV(B)72.86º11.38%96.47%-
XYZ81.5589.579.31-
YUV241.01115.01127.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.09%
GREEN value IS 246 (96.48% from 255) = 34.94%
BLUE value IS 218 (85.55% from 255) = 30.97%
R=34.09%
G=34.94%
B=30.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2402462180.0200.110.0472.8660.8790.98
HexF0F6DA20B4493d5b
Octal3603663322013411175133
Binary111100001111011011011010100101110010010011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F6DA; }

 p { color: rgb(240,246,218); }

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

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

 a { background-color: rgb(240,246,218); }

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

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

 span { border-color: rgb(240,246,218); }

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