#F2F7DE

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

Shades of Rice Flower #F2F7DE

Tints of Rice Flower #F2F7DE

Color information

#F2F7DE (or 0xF2F7DE) is unknown color: approx Rice Flower. HEX triplet: F2, F7 and DE. RGB value is (242,247,222). Sum of RGB (Red+Green+Blue) = 242+247+222=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 247 (96.88% from 255 or 34.74% from 711); Blue value is 222 (87.11% from 255 or 31.22% from 711); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7DE is #0D0821. Grayscale: #F2F2F2. Windows color (decimal): -854050 or 14612466. OLE color: 14612466.

HSL color Cylindrical-coordinate representation of color #F2F7DE: hue angle of 72º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2F7DE is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB242247222-
CMYK0.0200.100.03
HSL72º60.98%91.96%-
HSV(B)72º10.12%96.86%-
XYZ83.0690.6782.23-
YUV242.66116.34127.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.04%
GREEN value IS 247 (96.88% from 255) = 34.74%
BLUE value IS 222 (87.11% from 255) = 31.22%
R=34.04%
G=34.74%
B=31.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422472220.0200.100.037260.9891.96
HexF2F7DE20A3483d5c
Octal3623673362012311075134
Binary11110010111101111101111010010101110010001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F7DE; }

 p { color: rgb(242,247,222); }

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

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

 a { background-color: rgb(242,247,222); }

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

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

 span { border-color: rgb(242,247,222); }

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