Html Css Color HEX #F2F6D3 Rice Flower

📋 copy color: '#F2F6D3'

red 242 ◦ green 246 ◦ blue 211

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

Shades of Rice Flower #F2F6D3

Tints of Rice Flower #F2F6D3

RGB

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

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

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

R = 34.62%
G = 35.19%
B = 30.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F2F6D3 (or 0xF2F6D3) is known color: Rice Flower. HEX triplet: F2, F6 and D3. RGB value is (242,246,211). Sum of RGB (Red+Green+Blue) = 242+246+211=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 246 (96.48% from 255 or 35.19% from 699); Blue value is 211 (82.81% from 255 or 30.19% from 699); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F6D3 is #0D092C. Grayscale: #F0F0F0. Windows color (decimal): -854317 or 13891314. OLE color: 13891314.

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

Color convert

RGB 242 246 211 -
CMYK 0.02 0 0.14 0.04
HSL 66.86º 0.66% 0.9% -
HSV(B) 66.86º 0.14% 0.96% -
XYZ 81.33 89.49 74.62 -
YUV 240.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 242 246 211 0.02 0 0.14 0.04 66.86 0.66 0.9
Hex F2 F6 D3 2 0 E 4 43 42 5A
Octal 362 366 323 2 0 16 4 103 102 132
Binary 11110010 11110110 11010011 10 0 1110 100 1000011 1000010 1011010

Color Harmonies of #F2F6D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6D3

Black with #F2F6D3

Text Example


Text Example

White with #F2F6D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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