Html Css Color HEX #F6FCD4 Rice Flower

📋 copy color: '#F6FCD4'

red 246 ◦ green 252 ◦ blue 212

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

Shades of Rice Flower #F6FCD4

Tints of Rice Flower #F6FCD4

RGB

 RED value IS 246 (96.48% from 255) = 34.65%

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

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

R = 34.65%
G = 35.49%
B = 29.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#F6FCD4 (or 0xF6FCD4) is known color: Rice Flower. HEX triplet: F6, FC and D4. RGB value is (246,252,212). Sum of RGB (Red+Green+Blue) = 246+252+212=710 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.65% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 212 (83.20% from 255 or 29.86% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FCD4 is #09032B. Grayscale: #F5F5F5. Windows color (decimal): -590636 or 13958390. OLE color: 13958390.

HSL color Cylindrical-coordinate representation of color #F6FCD4: hue angle of 69º 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 #F6FCD4 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 246 252 212 -
CMYK 0.02 0 0.16 0.01
HSL 69º 0.87% 0.91% -
HSV(B) 69º 0.16% 0.99% -
XYZ 84.7 93.97 75.96 -
YUV 245.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 246 252 212 0.02 0 0.16 0.01 69 0.87 0.91
Hex F6 FC D4 2 0 10 1 45 57 5B
Octal 366 374 324 2 0 20 1 105 127 133
Binary 11110110 11111100 11010100 10 0 10000 1 1000101 1010111 1011011

Color Harmonies of #F6FCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FCD4

Black with #F6FCD4

Text Example


Text Example

White with #F6FCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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