#F0F3CE

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

Shades of Rice Flower #F0F3CE

Tints of Rice Flower #F0F3CE

Color information

#F0F3CE (or 0xF0F3CE) is unknown color: approx Rice Flower. HEX triplet: F0, F3 and CE. RGB value is (240,243,206). Sum of RGB (Red+Green+Blue) = 240+243+206=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 206 (80.86% from 255 or 29.90% from 689); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3CE is #0F0C31. Grayscale: #EEEEEE. Windows color (decimal): -986162 or 13562864. OLE color: 13562864.

HSL color Cylindrical-coordinate representation of color #F0F3CE: hue angle of 64.86º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0F3CE is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB240243206-
CMYK0.0100.150.05
HSL64.86º60.66%88.04%-
HSV(B)64.86º15.23%95.29%-
XYZ79.1387.0871.03-
YUV237.88110.01129.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.83%
GREEN value IS 243 (95.31% from 255) = 35.27%
BLUE value IS 206 (80.86% from 255) = 29.90%
R=34.83%
G=35.27%
B=29.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402432060.0100.150.0564.8660.6688.04
HexF0F3CE10F5413d58
Octal3603633161017510175130
Binary11110000111100111100111010111110110000011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3CE; }

 p { color: rgb(240,243,206); }

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

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

 a { background-color: rgb(240,243,206); }

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

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

 span { border-color: rgb(240,243,206); }

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