Html Css Color HEX #F2FCD4 Rice Flower

📋 copy color: '#F2FCD4'

red 242 ◦ green 252 ◦ blue 212

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

Shades of Rice Flower #F2FCD4

Tints of Rice Flower #F2FCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.03%

R = 34.28%
G = 35.69%
B = 30.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#F2FCD4 (or 0xF2FCD4) is known color: Rice Flower. HEX triplet: F2, FC and D4. RGB value is (242,252,212). Sum of RGB (Red+Green+Blue) = 242+252+212=706 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.28% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 212 (83.20% from 255 or 30.03% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCD4 is #0D032B. Grayscale: #F4F4F4. Windows color (decimal): -852780 or 13958386. OLE color: 13958386.

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

Color convert

RGB 242 252 212 -
CMYK 0.04 0 0.16 0.01
HSL 75º 0.87% 0.91% -
HSV(B) 75º 0.16% 0.99% -
XYZ 83.31 93.25 75.9 -
YUV 244.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 242 252 212 0.04 0 0.16 0.01 75 0.87 0.91
Hex F2 FC D4 4 0 10 1 4B 57 5B
Octal 362 374 324 4 0 20 1 113 127 133
Binary 11110010 11111100 11010100 100 0 10000 1 1001011 1010111 1011011

Color Harmonies of #F2FCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCD4

Black with #F2FCD4

Text Example


Text Example

White with #F2FCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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