Html Css Color HEX #F2F7D9 Rice Flower

📋 copy color: '#F2F7D9'

red 242 ◦ green 247 ◦ blue 217

#F2F7D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rice Flower #F2F7D9

Tints of Rice Flower #F2F7D9

RGB

 RED value IS 242 (94.92% from 255) = 34.28%

 GREEN value IS 247 (96.88% from 255) = 34.99%

 BLUE value IS 217 (85.16% from 255) = 30.74%

R = 34.28%
G = 34.99%
B = 30.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F2F7D9 (or 0xF2F7D9) is known color: Rice Flower. HEX triplet: F2, F7 and D9. RGB value is (242,247,217). Sum of RGB (Red+Green+Blue) = 242+247+217=706 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.28% from 706); Green value is 247 (96.88% from 255 or 34.99% from 706); Blue value is 217 (85.16% from 255 or 30.74% from 706); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7D9 is #0D0826. Grayscale: #F2F2F2. Windows color (decimal): -854055 or 14284786. OLE color: 14284786.

HSL color Cylindrical-coordinate representation of color #F2F7D9: hue angle of 70º degrees, saturation: 0.65, 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 #F2F7D9 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 247 217 -
CMYK 0.02 0 0.12 0.03
HSL 70º 0.65% 0.91% -
HSV(B) 70º 0.12% 0.97% -
XYZ 82.4 90.41 78.75 -
YUV 242.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 242 247 217 0.02 0 0.12 0.03 70 0.65 0.91
Hex F2 F7 D9 2 0 C 3 46 41 5B
Octal 362 367 331 2 0 14 3 106 101 133
Binary 11110010 11110111 11011001 10 0 1100 11 1000110 1000001 1011011

Color Harmonies of #F2F7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F7D9

Black with #F2F7D9

Text Example


Text Example

White with #F2F7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F7D9; }

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

 H1.HeaderClassName
 {
   color: #F2F7D9;
 }
 .AnyTagClassName
 {
   color: #F2F7D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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