Html Css Color HEX #FCDDF5 Snuff

📋 copy color: '#FCDDF5'

red 252 ◦ green 221 ◦ blue 245

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

Shades of Snuff #FCDDF5

Tints of Snuff #FCDDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.12%

R = 35.1%
G = 30.78%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCDDF5 (or 0xFCDDF5) is known color: Snuff. HEX triplet: FC, DD and F5. RGB value is (252,221,245). Sum of RGB (Red+Green+Blue) = 252+221+245=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 221 (86.72% from 255 or 30.78% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDF5 is #03220A. Grayscale: #E8E8E8. Windows color (decimal): -205323 or 16113148. OLE color: 16113148.

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

Color convert

RGB 252 221 245 -
CMYK 0 0.12 0.03 0.01
HSL 313.55º 0.84% 0.93% -
HSV(B) 313.55º 0.12% 0.99% -
XYZ 82.48 79 97.29 -
YUV 233.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 252 221 245 0 0.12 0.03 0.01 313.55 0.84 0.93
Hex FC DD F5 0 C 3 1 13A 54 5D
Octal 374 335 365 0 14 3 1 472 124 135
Binary 11111100 11011101 11110101 0 1100 11 1 100111010 1010100 1011101

Color Harmonies of #FCDDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDF5

Black with #FCDDF5

Text Example


Text Example

White with #FCDDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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