Html Css Color HEX #FCDDF7 Snuff

📋 copy color: '#FCDDF7'

red 252 ◦ green 221 ◦ blue 247

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

Shades of Snuff #FCDDF7

Tints of Snuff #FCDDF7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 30.69%

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

R = 35%
G = 30.69%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCDDF7 (or 0xFCDDF7) is known color: Snuff. HEX triplet: FC, DD and F7. RGB value is (252,221,247). Sum of RGB (Red+Green+Blue) = 252+221+247=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 221 (86.72% from 255 or 30.69% from 720); Blue value is 247 (96.88% from 255 or 34.31% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDF7 is #032208. Grayscale: #E9E9E9. Windows color (decimal): -205321 or 16244220. OLE color: 16244220.

HSL color Cylindrical-coordinate representation of color #FCDDF7: hue angle of 309.68º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDF7 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 221 247 -
CMYK 0 0.12 0.02 0.01
HSL 309.68º 0.84% 0.93% -
HSV(B) 309.68º 0.12% 0.99% -
XYZ 82.79 79.12 98.9 -
YUV 233.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 252 221 247 0 0.12 0.02 0.01 309.68 0.84 0.93
Hex FC DD F7 0 C 2 1 136 54 5D
Octal 374 335 367 0 14 2 1 466 124 135
Binary 11111100 11011101 11110111 0 1100 10 1 100110110 1010100 1011101

Color Harmonies of #FCDDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDF7

Black with #FCDDF7

Text Example


Text Example

White with #FCDDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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