Html Css Color HEX #FCCDF7 Snuff

📋 copy color: '#FCCDF7'

red 252 ◦ green 205 ◦ blue 247

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

Shades of Snuff #FCCDF7

Tints of Snuff #FCCDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.09%

R = 35.8%
G = 29.12%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCCDF7 (or 0xFCCDF7) is known color: Snuff. HEX triplet: FC, CD and F7. RGB value is (252,205,247). Sum of RGB (Red+Green+Blue) = 252+205+247=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 205 (80.47% from 255 or 29.12% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDF7 is #033208. Grayscale: #DFDFDF. Windows color (decimal): -209417 or 16240124. OLE color: 16240124.

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

Color convert

RGB 252 205 247 -
CMYK 0 0.19 0.02 0.01
HSL 306.38º 0.89% 0.9% -
HSV(B) 306.38º 0.19% 0.99% -
XYZ 78.76 71.07 97.56 -
YUV 223.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 252 205 247 0 0.19 0.02 0.01 306.38 0.89 0.9
Hex FC CD F7 0 13 2 1 132 59 5A
Octal 374 315 367 0 23 2 1 462 131 132
Binary 11111100 11001101 11110111 0 10011 10 1 100110010 1011001 1011010

Color Harmonies of #FCCDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDF7

Black with #FCCDF7

Text Example


Text Example

White with #FCCDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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