Html Css Color HEX #F7FCD6 Rice Flower

📋 copy color: '#F7FCD6'

red 247 ◦ green 252 ◦ blue 214

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

Shades of Rice Flower #F7FCD6

Tints of Rice Flower #F7FCD6

RGB

 RED value IS 247 (96.88% from 255) = 34.64%

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

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

R = 34.64%
G = 35.34%
B = 30.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#F7FCD6 (or 0xF7FCD6) is known color: Rice Flower. HEX triplet: F7, FC and D6. RGB value is (247,252,214). Sum of RGB (Red+Green+Blue) = 247+252+214=713 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.64% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 214 (83.98% from 255 or 30.01% from 713); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FCD6 is #080329. Grayscale: #F6F6F6. Windows color (decimal): -525098 or 14089463. OLE color: 14089463.

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

Color convert

RGB 247 252 214 -
CMYK 0.02 0 0.15 0.01
HSL 67.89º 0.86% 0.91% -
HSV(B) 67.89º 0.15% 0.99% -
XYZ 85.31 94.25 77.31 -
YUV 246.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 247 252 214 0.02 0 0.15 0.01 67.89 0.86 0.91
Hex F7 FC D6 2 0 F 1 44 56 5B
Octal 367 374 326 2 0 17 1 104 126 133
Binary 11110111 11111100 11010110 10 0 1111 1 1000100 1010110 1011011

Color Harmonies of #F7FCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FCD6

Black with #F7FCD6

Text Example


Text Example

White with #F7FCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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