#F0FAD4

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

Shades of Rice Flower #F0FAD4

Tints of Rice Flower #F0FAD4

Color information

#F0FAD4 (or 0xF0FAD4) is unknown color: approx Rice Flower. HEX triplet: F0, FA and D4. RGB value is (240,250,212). Sum of RGB (Red+Green+Blue) = 240+250+212=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 212 (83.20% from 255 or 30.20% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAD4 is #0F052B. Grayscale: #F2F2F2. Windows color (decimal): -984364 or 13957872. OLE color: 13957872.

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

Color convert

RGB240250212-
CMYK0.0400.150.02
HSL75.79º79.17%90.59%-
HSV(B)75.79º15.2%98.04%-
XYZ8291.6575.66-
YUV242.68110.69126.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.19%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 212 (83.20% from 255) = 30.20%
R=34.19%
G=35.61%
B=30.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402502120.0400.150.0275.7979.1790.59
HexF0FAD440F24c4f5b
Octal36037232440172114117133
Binary1111000011111010110101001000111110100110010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FAD4; }

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

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

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

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

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

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

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

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