#F0F3CF

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

Shades of Rice Flower #F0F3CF

Tints of Rice Flower #F0F3CF

Color information

#F0F3CF (or 0xF0F3CF) is unknown color: approx Rice Flower. HEX triplet: F0, F3 and CF. RGB value is (240,243,207). Sum of RGB (Red+Green+Blue) = 240+243+207=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 243 (95.31% from 255 or 35.22% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3CF is #0F0C30. Grayscale: #EEEEEE. Windows color (decimal): -986161 or 13628400. OLE color: 13628400.

HSL color Cylindrical-coordinate representation of color #F0F3CF: hue angle of 65º degrees, saturation: 0.6, 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 #F0F3CF is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB240243207-
CMYK0.0100.150.05
HSL65º60%88.24%-
HSV(B)65º14.81%95.29%-
XYZ79.2587.1371.67-
YUV238110.51129.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.78%
GREEN value IS 243 (95.31% from 255) = 35.22%
BLUE value IS 207 (81.25% from 255) = 30%
R=34.78%
G=35.22%
B=30%

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
Decimal2402432070.0100.150.05656088.24
HexF0F3CF10F5413c58
Octal3603633171017510174130
Binary11110000111100111100111110111110110000011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3CF; }

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

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

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

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

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

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

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

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