Html Css Color HEX #FCCDF9 Snuff

📋 copy color: '#FCCDF9'

red 252 ◦ green 205 ◦ blue 249

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

Shades of Snuff #FCCDF9

Tints of Snuff #FCCDF9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.04%

 BLUE value IS 249 (97.66% from 255) = 35.27%

R = 35.69%
G = 29.04%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCCDF9 (or 0xFCCDF9) is known color: Snuff. HEX triplet: FC, CD and F9. RGB value is (252,205,249). Sum of RGB (Red+Green+Blue) = 252+205+249=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 205 (80.47% from 255 or 29.04% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDF9 is #033206. Grayscale: #DFDFDF. Windows color (decimal): -209415 or 16371196. OLE color: 16371196.

HSL color Cylindrical-coordinate representation of color #FCCDF9: hue angle of 303.83º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCDF9 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 249 -
CMYK 0 0.19 0.01 0.01
HSL 303.83º 0.89% 0.9% -
HSV(B) 303.83º 0.19% 0.99% -
XYZ 79.08 71.2 99.2 -
YUV 224.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 252 205 249 0 0.19 0.01 0.01 303.83 0.89 0.9
Hex FC CD F9 0 13 1 1 130 59 5A
Octal 374 315 371 0 23 1 1 460 131 132
Binary 11111100 11001101 11111001 0 10011 1 1 100110000 1011001 1011010

Color Harmonies of #FCCDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDF9

Black with #FCCDF9

Text Example


Text Example

White with #FCCDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDF9; }

 p { color: rgb(252,205,249); }

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

background-color css

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

 a { background-color: rgb(252,205,249); }

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

border-color css

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

 span { border-color: rgb(252,205,249); }

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