Html Css Color HEX #F2F7DA Rice Flower

📋 copy color: '#F2F7DA'

red 242 ◦ green 247 ◦ blue 218

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

Shades of Rice Flower #F2F7DA

Tints of Rice Flower #F2F7DA

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 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

#F2F7DA (or 0xF2F7DA) is known color: 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

RGB 242 247 218 -
CMYK 0.02 0 0.12 0.03
HSL 70.34º 0.64% 0.91% -
HSV(B) 70.34º 0.12% 0.97% -
XYZ 82.53 90.46 79.44 -
YUV 242.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 242 247 218 0.02 0 0.12 0.03 70.34 0.64 0.91
Hex F2 F7 DA 2 0 C 3 46 40 5B
Octal 362 367 332 2 0 14 3 106 100 133
Binary 11110010 11110111 11011010 10 0 1100 11 1000110 1000000 1011011

Color Harmonies of #F2F7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F7DA

Black with #F2F7DA

Text Example


Text Example

White with #F2F7DA

Text Example


Text Example

HTML Codes & Css Web 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>