Html Css Color HEX #F6FCD8 Rice Flower

📋 copy color: '#F6FCD8'

red 246 ◦ green 252 ◦ blue 216

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

Shades of Rice Flower #F6FCD8

Tints of Rice Flower #F6FCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 30.25%

R = 34.45%
G = 35.29%
B = 30.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#F6FCD8 (or 0xF6FCD8) is known color: Rice Flower. HEX triplet: F6, FC and D8. RGB value is (246,252,216). Sum of RGB (Red+Green+Blue) = 246+252+216=714 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.45% from 714); Green value is 252 (98.83% from 255 or 35.29% from 714); Blue value is 216 (84.77% from 255 or 30.25% from 714); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FCD8 is #090327. Grayscale: #F6F6F6. Windows color (decimal): -590632 or 14220534. OLE color: 14220534.

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

Color convert

RGB 246 252 216 -
CMYK 0.02 0 0.14 0.01
HSL 70º 0.86% 0.92% -
HSV(B) 70º 0.14% 0.99% -
XYZ 85.21 94.17 78.65 -
YUV 246.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 246 252 216 0.02 0 0.14 0.01 70 0.86 0.92
Hex F6 FC D8 2 0 E 1 46 56 5C
Octal 366 374 330 2 0 16 1 106 126 134
Binary 11110110 11111100 11011000 10 0 1110 1 1000110 1010110 1011100

Color Harmonies of #F6FCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6FCD8

Black with #F6FCD8

Text Example


Text Example

White with #F6FCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6FCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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