#F0F8CE

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

Shades of Rice Flower #F0F8CE

Tints of Rice Flower #F0F8CE

Color information

#F0F8CE (or 0xF0F8CE) is unknown color: approx Rice Flower. HEX triplet: F0, F8 and CE. RGB value is (240,248,206). Sum of RGB (Red+Green+Blue) = 240+248+206=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 248 (97.27% from 255 or 35.73% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F8CE is #0F0731. Grayscale: #F0F0F0. Windows color (decimal): -984882 or 13564144. OLE color: 13564144.

HSL color Cylindrical-coordinate representation of color #F0F8CE: hue angle of 71.43º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0F8CE is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB240248206-
CMYK0.0300.170.03
HSL71.43º75%89.02%-
HSV(B)71.43º16.94%97.25%-
XYZ80.6490.1271.54-
YUV240.82108.35127.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.58%
GREEN value IS 248 (97.27% from 255) = 35.73%
BLUE value IS 206 (80.86% from 255) = 29.68%
R=34.58%
G=35.73%
B=29.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402482060.0300.170.0371.437589.02
HexF0F8CE30113474b59
Octal36037031630213107113131
Binary1111000011111000110011101101000111100011110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F8CE; }

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

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

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

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

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

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

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

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