Html Css Color HEX #F2F6DA Rice Flower

📋 copy color: '#F2F6DA'

red 242 ◦ green 246 ◦ blue 218

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

Shades of Rice Flower #F2F6DA

Tints of Rice Flower #F2F6DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.88%

R = 34.28%
G = 34.84%
B = 30.88%

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

#F2F6DA (or 0xF2F6DA) is known color: Rice Flower. HEX triplet: F2, F6 and DA. RGB value is (242,246,218). Sum of RGB (Red+Green+Blue) = 242+246+218=706 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.28% from 706); Green value is 246 (96.48% from 255 or 34.84% from 706); Blue value is 218 (85.55% from 255 or 30.88% from 706); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F6DA is #0D0925. Grayscale: #F1F1F1. Windows color (decimal): -854310 or 14350066. OLE color: 14350066.

HSL color Cylindrical-coordinate representation of color #F2F6DA: hue angle of 68.57º degrees, saturation: 0.61, 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 #F2F6DA is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 246 218 -
CMYK 0.02 0 0.11 0.04
HSL 68.57º 0.61% 0.91% -
HSV(B) 68.57º 0.11% 0.96% -
XYZ 82.23 89.85 79.34 -
YUV 241.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 242 246 218 0.02 0 0.11 0.04 68.57 0.61 0.91
Hex F2 F6 DA 2 0 B 4 45 3D 5B
Octal 362 366 332 2 0 13 4 105 75 133
Binary 11110010 11110110 11011010 10 0 1011 100 1000101 111101 1011011

Color Harmonies of #F2F6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F6DA

Black with #F2F6DA

Text Example


Text Example

White with #F2F6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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