Html Css Color HEX #FCD6F5 Snuff

📋 copy color: '#FCD6F5'

red 252 ◦ green 214 ◦ blue 245

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

Shades of Snuff #FCD6F5

Tints of Snuff #FCD6F5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.1%

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

R = 35.44%
G = 30.1%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCD6F5 (or 0xFCD6F5) is known color: Snuff. HEX triplet: FC, D6 and F5. RGB value is (252,214,245). Sum of RGB (Red+Green+Blue) = 252+214+245=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 214 (83.98% from 255 or 30.10% from 711); Blue value is 245 (96.09% from 255 or 34.46% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD6F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD6F5 is #03290A. Grayscale: #E4E4E4. Windows color (decimal): -207115 or 16111356. OLE color: 16111356.

HSL color Cylindrical-coordinate representation of color #FCD6F5: hue angle of 311.05º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD6F5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 214 245 -
CMYK 0 0.15 0.03 0.01
HSL 311.05º 0.86% 0.91% -
HSV(B) 311.05º 0.15% 0.99% -
XYZ 80.67 75.38 96.68 -
YUV 228.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 252 214 245 0 0.15 0.03 0.01 311.05 0.86 0.91
Hex FC D6 F5 0 F 3 1 137 56 5B
Octal 374 326 365 0 17 3 1 467 126 133
Binary 11111100 11010110 11110101 0 1111 11 1 100110111 1010110 1011011

Color Harmonies of #FCD6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD6F5

Black with #FCD6F5

Text Example


Text Example

White with #FCD6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD6F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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