#F0F7CA

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

Shades of Rice Flower #F0F7CA

Tints of Rice Flower #F0F7CA

Color information

#F0F7CA (or 0xF0F7CA) is unknown color: approx Rice Flower. HEX triplet: F0, F7 and CA. RGB value is (240,247,202). Sum of RGB (Red+Green+Blue) = 240+247+202=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7CA is #0F0835. Grayscale: #EFEFEF. Windows color (decimal): -985142 or 13301744. OLE color: 13301744.

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

Color convert

RGB240247202-
CMYK0.0300.180.03
HSL69.33º73.77%88.04%-
HSV(B)69.33º18.22%96.86%-
XYZ79.8689.3168.91-
YUV239.78106.68128.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.83%
GREEN value IS 247 (96.88% from 255) = 35.85%
BLUE value IS 202 (79.30% from 255) = 29.32%
R=34.83%
G=35.85%
B=29.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2402472020.0300.180.0369.3373.7788.04
HexF0F7CA30123454a58
Octal36036731230223105112130
Binary1111000011110111110010101101001011100010110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F7CA; }

 p { color: rgb(240,247,202); }

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

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

 a { background-color: rgb(240,247,202); }

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

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

 span { border-color: rgb(240,247,202); }

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