#F0F3D4

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

Shades of Rice Flower #F0F3D4

Tints of Rice Flower #F0F3D4

Color information

#F0F3D4 (or 0xF0F3D4) is unknown color: approx Rice Flower. HEX triplet: F0, F3 and D4. RGB value is (240,243,212). Sum of RGB (Red+Green+Blue) = 240+243+212=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 243 (95.31% from 255 or 34.96% from 695); Blue value is 212 (83.20% from 255 or 30.50% from 695); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3D4 is #0F0C2B. Grayscale: #EEEEEE. Windows color (decimal): -986156 or 13956080. OLE color: 13956080.

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

Color convert

RGB240243212-
CMYK0.0100.130.05
HSL65.81º56.36%89.22%-
HSV(B)65.81º12.76%95.29%-
XYZ79.8787.3874.94-
YUV238.57113.01129.02-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.53%
GREEN value IS 243 (95.31% from 255) = 34.96%
BLUE value IS 212 (83.20% from 255) = 30.50%
R=34.53%
G=34.96%
B=30.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402432120.0100.130.0565.8156.3689.22
HexF0F3D410D5423859
Octal3603633241015510270131
Binary11110000111100111101010010110110110000101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3D4; }

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

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

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

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

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

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

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

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