Html Css Color HEX #F2FCD6 Rice Flower

📋 copy color: '#F2FCD6'

red 242 ◦ green 252 ◦ blue 214

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

Shades of Rice Flower #F2FCD6

Tints of Rice Flower #F2FCD6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.59%

 BLUE value IS 214 (83.98% from 255) = 30.23%

R = 34.18%
G = 35.59%
B = 30.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#F2FCD6 (or 0xF2FCD6) is known color: Rice Flower. HEX triplet: F2, FC and D6. RGB value is (242,252,214). Sum of RGB (Red+Green+Blue) = 242+252+214=708 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.18% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 214 (83.98% from 255 or 30.23% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCD6 is #0D0329. Grayscale: #F4F4F4. Windows color (decimal): -852778 or 14089458. OLE color: 14089458.

HSL color Cylindrical-coordinate representation of color #F2FCD6: hue angle of 75.79º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2FCD6 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 214 -
CMYK 0.04 0 0.15 0.01
HSL 75.79º 0.86% 0.91% -
HSV(B) 75.79º 0.15% 0.99% -
XYZ 83.57 93.35 77.23 -
YUV 244.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 242 252 214 0.04 0 0.15 0.01 75.79 0.86 0.91
Hex F2 FC D6 4 0 F 1 4C 56 5B
Octal 362 374 326 4 0 17 1 114 126 133
Binary 11110010 11111100 11010110 100 0 1111 1 1001100 1010110 1011011

Color Harmonies of #F2FCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCD6

Black with #F2FCD6

Text Example


Text Example

White with #F2FCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCD6; }

 p { color: rgb(242,252,214); }

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

background-color css

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

 a { background-color: rgb(242,252,214); }

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

border-color css

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

 span { border-color: rgb(242,252,214); }

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