Html Css Color HEX #F2F7D3 Rice Flower

📋 copy color: '#F2F7D3'

red 242 ◦ green 247 ◦ blue 211

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

Shades of Rice Flower #F2F7D3

Tints of Rice Flower #F2F7D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.14%

R = 34.57%
G = 35.29%
B = 30.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F2F7D3 (or 0xF2F7D3) is known color: Rice Flower. HEX triplet: F2, F7 and D3. RGB value is (242,247,211). Sum of RGB (Red+Green+Blue) = 242+247+211=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 247 (96.88% from 255 or 35.29% from 700); Blue value is 211 (82.81% from 255 or 30.14% from 700); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7D3 is #0D082C. Grayscale: #F1F1F1. Windows color (decimal): -854061 or 13891570. OLE color: 13891570.

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

Color convert

RGB 242 247 211 -
CMYK 0.02 0 0.15 0.03
HSL 68.33º 0.69% 0.9% -
HSV(B) 68.33º 0.15% 0.97% -
XYZ 81.64 90.1 74.72 -
YUV 241.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 242 247 211 0.02 0 0.15 0.03 68.33 0.69 0.9
Hex F2 F7 D3 2 0 F 3 44 45 5A
Octal 362 367 323 2 0 17 3 104 105 132
Binary 11110010 11110111 11010011 10 0 1111 11 1000100 1000101 1011010

Color Harmonies of #F2F7D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F7D3

Black with #F2F7D3

Text Example


Text Example

White with #F2F7D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F7D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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