Html Css Color HEX #FCD9F8 Snuff

📋 copy color: '#FCD9F8'

red 252 ◦ green 217 ◦ blue 248

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

Shades of Snuff #FCD9F8

Tints of Snuff #FCD9F8

RGB

 RED value IS 252 (98.83% from 255) = 35.15%

 GREEN value IS 217 (85.16% from 255) = 30.26%

 BLUE value IS 248 (97.27% from 255) = 34.59%

R = 35.15%
G = 30.26%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCD9F8 (or 0xFCD9F8) is known color: Snuff. HEX triplet: FC, D9 and F8. RGB value is (252,217,248). Sum of RGB (Red+Green+Blue) = 252+217+248=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 217 (85.16% from 255 or 30.26% from 717); Blue value is 248 (97.27% from 255 or 34.59% from 717); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD9F8 is #032607. Grayscale: #E6E6E6. Windows color (decimal): -206344 or 16308732. OLE color: 16308732.

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

Color convert

RGB 252 217 248 -
CMYK 0 0.14 0.02 0.01
HSL 306.86º 0.85% 0.92% -
HSV(B) 306.86º 0.14% 0.99% -
XYZ 81.9 77.1 99.37 -
YUV 231 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 252 217 248 0 0.14 0.02 0.01 306.86 0.85 0.92
Hex FC D9 F8 0 E 2 1 133 55 5C
Octal 374 331 370 0 16 2 1 463 125 134
Binary 11111100 11011001 11111000 0 1110 10 1 100110011 1010101 1011100

Color Harmonies of #FCD9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9F8

Black with #FCD9F8

Text Example


Text Example

White with #FCD9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9F8; }

 p { color: rgb(252,217,248); }

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

background-color css

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

 a { background-color: rgb(252,217,248); }

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

border-color css

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

 span { border-color: rgb(252,217,248); }

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