Html Css Color HEX #F2F6D9 Rice Flower

📋 copy color: '#F2F6D9'

red 242 ◦ green 246 ◦ blue 217

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

Shades of Rice Flower #F2F6D9

Tints of Rice Flower #F2F6D9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 34.89%

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

R = 34.33%
G = 34.89%
B = 30.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F2F6D9 (or 0xF2F6D9) is known color: Rice Flower. HEX triplet: F2, F6 and D9. RGB value is (242,246,217). Sum of RGB (Red+Green+Blue) = 242+246+217=705 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.33% from 705); Green value is 246 (96.48% from 255 or 34.89% from 705); Blue value is 217 (85.16% from 255 or 30.78% from 705); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F6D9 is #0D0926. Grayscale: #F1F1F1. Windows color (decimal): -854311 or 14284530. OLE color: 14284530.

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

Color convert

RGB 242 246 217 -
CMYK 0.02 0 0.12 0.04
HSL 68.28º 0.62% 0.91% -
HSV(B) 68.28º 0.12% 0.96% -
XYZ 82.1 89.8 78.65 -
YUV 241.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 242 246 217 0.02 0 0.12 0.04 68.28 0.62 0.91
Hex F2 F6 D9 2 0 C 4 44 3E 5B
Octal 362 366 331 2 0 14 4 104 76 133
Binary 11110010 11110110 11011001 10 0 1100 100 1000100 111110 1011011

Color Harmonies of #F2F6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6D9

Black with #F2F6D9

Text Example


Text Example

White with #F2F6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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