#F2F7DA

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

Shades of Rice Flower #F2F7DA

Tints of Rice Flower #F2F7DA

Color information

#F2F7DA (or 0xF2F7DA) is unknown color: approx Rice Flower. HEX triplet: F2, F7 and DA. RGB value is (242,247,218). Sum of RGB (Red+Green+Blue) = 242+247+218=707 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.23% from 707); Green value is 247 (96.88% from 255 or 34.94% from 707); Blue value is 218 (85.55% from 255 or 30.83% from 707); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7DA is #0D0825. Grayscale: #F2F2F2. Windows color (decimal): -854054 or 14350322. OLE color: 14350322.

HSL color Cylindrical-coordinate representation of color #F2F7DA: hue angle of 70.34º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2F7DA is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB242247218-
CMYK0.0200.120.03
HSL70.34º64.44%91.18%-
HSV(B)70.34º11.74%96.86%-
XYZ82.5390.4679.44-
YUV242.2114.34127.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.23%
GREEN value IS 247 (96.88% from 255) = 34.94%
BLUE value IS 218 (85.55% from 255) = 30.83%
R=34.23%
G=34.94%
B=30.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422472180.0200.120.0370.3464.4491.18
HexF2F7DA20C346405b
Octal36236733220143106100133
Binary111100101111011111011010100110011100011010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F7DA; }

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

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

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

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

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

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

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

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