Html Css Color HEX #F2F6DC Rice Flower

📋 copy color: '#F2F6DC'

red 242 ◦ green 246 ◦ blue 220

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

Shades of Rice Flower #F2F6DC

Tints of Rice Flower #F2F6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.07%

R = 34.18%
G = 34.75%
B = 31.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F2F6DC (or 0xF2F6DC) is known color: Rice Flower. HEX triplet: F2, F6 and DC. RGB value is (242,246,220). Sum of RGB (Red+Green+Blue) = 242+246+220=708 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.18% from 708); Green value is 246 (96.48% from 255 or 34.75% from 708); Blue value is 220 (86.33% from 255 or 31.07% from 708); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F6DC is #0D0923. Grayscale: #F1F1F1. Windows color (decimal): -854308 or 14481138. OLE color: 14481138.

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

Color convert

RGB 242 246 220 -
CMYK 0.02 0 0.11 0.04
HSL 69.23º 0.59% 0.91% -
HSV(B) 69.23º 0.11% 0.96% -
XYZ 82.49 89.96 80.73 -
YUV 241.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 242 246 220 0.02 0 0.11 0.04 69.23 0.59 0.91
Hex F2 F6 DC 2 0 B 4 45 3B 5B
Octal 362 366 334 2 0 13 4 105 73 133
Binary 11110010 11110110 11011100 10 0 1011 100 1000101 111011 1011011

Color Harmonies of #F2F6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6DC

Black with #F2F6DC

Text Example


Text Example

White with #F2F6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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