Html Css Color HEX #FCCDF6 Snuff

📋 copy color: '#FCCDF6'

red 252 ◦ green 205 ◦ blue 246

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

Shades of Snuff #FCCDF6

Tints of Snuff #FCCDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 34.99%

R = 35.85%
G = 29.16%
B = 34.99%

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

#FCCDF6 (or 0xFCCDF6) is known color: Snuff. HEX triplet: FC, CD and F6. RGB value is (252,205,246). Sum of RGB (Red+Green+Blue) = 252+205+246=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 205 (80.47% from 255 or 29.16% from 703); Blue value is 246 (96.48% from 255 or 34.99% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDF6 is #033209. Grayscale: #DFDFDF. Windows color (decimal): -209418 or 16174588. OLE color: 16174588.

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

Color convert

RGB 252 205 246 -
CMYK 0 0.19 0.02 0.01
HSL 307.66º 0.89% 0.9% -
HSV(B) 307.66º 0.19% 0.99% -
XYZ 78.61 71.01 96.75 -
YUV 223.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 252 205 246 0 0.19 0.02 0.01 307.66 0.89 0.9
Hex FC CD F6 0 13 2 1 134 59 5A
Octal 374 315 366 0 23 2 1 464 131 132
Binary 11111100 11001101 11110110 0 10011 10 1 100110100 1011001 1011010

Color Harmonies of #FCCDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDF6

Black with #FCCDF6

Text Example


Text Example

White with #FCCDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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