Html Css Color HEX #F2F6D1 Rice Flower

📋 copy color: '#F2F6D1'

red 242 ◦ green 246 ◦ blue 209

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

Shades of Rice Flower #F2F6D1

Tints of Rice Flower #F2F6D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 29.99%

R = 34.72%
G = 35.29%
B = 29.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F2F6D1 (or 0xF2F6D1) is known color: Rice Flower. HEX triplet: F2, F6 and D1. RGB value is (242,246,209). Sum of RGB (Red+Green+Blue) = 242+246+209=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 246 (96.48% from 255 or 35.29% from 697); Blue value is 209 (82.03% from 255 or 29.99% from 697); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F6D1 is #0D092E. Grayscale: #F0F0F0. Windows color (decimal): -854319 or 13760242. OLE color: 13760242.

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

Color convert

RGB 242 246 209 -
CMYK 0.02 0 0.15 0.04
HSL 66.49º 0.67% 0.89% -
HSV(B) 66.49º 0.15% 0.96% -
XYZ 81.08 89.39 73.3 -
YUV 240.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 242 246 209 0.02 0 0.15 0.04 66.49 0.67 0.89
Hex F2 F6 D1 2 0 F 4 42 43 59
Octal 362 366 321 2 0 17 4 102 103 131
Binary 11110010 11110110 11010001 10 0 1111 100 1000010 1000011 1011001

Color Harmonies of #F2F6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6D1

Black with #F2F6D1

Text Example


Text Example

White with #F2F6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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