Html Css Color HEX #FCD0FD Snuff

📋 copy color: '#FCD0FD'

red 252 ◦ green 208 ◦ blue 253

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

Shades of Snuff #FCD0FD

Tints of Snuff #FCD0FD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.17%

 BLUE value IS 253 (99.22% from 255) = 35.48%

R = 35.34%
G = 29.17%
B = 35.48%

CMYK

 C value IS 0.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCD0FD (or 0xFCD0FD) is known color: Snuff. HEX triplet: FC, D0 and FD. RGB value is (252,208,253). Sum of RGB (Red+Green+Blue) = 252+208+253=713 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.34% from 713); Green value is 208 (81.64% from 255 or 29.17% from 713); Blue value is 253 (99.22% from 255 or 35.48% from 713); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCD0FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD0FD is #032F02. Grayscale: #E2E2E2. Windows color (decimal): -208643 or 16634108. OLE color: 16634108.

HSL color Cylindrical-coordinate representation of color #FCD0FD: hue angle of 298.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCD0FD is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 208 253 -
CMYK 0.00 0.18 0 0.01
HSL 298.67º 0.92% 0.9% -
HSV(B) 298.67º 0.18% 0.99% -
XYZ 80.43 72.9 102.76 -
YUV 226.29 143.08 146.34 -
System Red Green Blue C M Y K H S L
Decimal 252 208 253 0.00 0.18 0 0.01 298.67 0.92 0.9
Hex FC D0 FD 0 12 0 1 12B 5C 5A
Octal 374 320 375 0 22 0 1 453 134 132
Binary 11111100 11010000 11111101 0 10010 0 1 100101011 1011100 1011010

Color Harmonies of #FCD0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0FD

Black with #FCD0FD

Text Example


Text Example

White with #FCD0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0FD; }

 p { color: rgb(252,208,253); }

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

background-color css

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

 a { background-color: rgb(252,208,253); }

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

border-color css

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

 span { border-color: rgb(252,208,253); }

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