Html Css Color HEX #FCD0FC Snuff

📋 copy color: '#FCD0FC'

red 252 ◦ green 208 ◦ blue 252

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

Shades of Snuff #FCD0FC

Tints of Snuff #FCD0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.39%

R = 35.39%
G = 29.21%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCD0FC (or 0xFCD0FC) is known color: Snuff. HEX triplet: FC, D0 and FC. RGB value is (252,208,252). Sum of RGB (Red+Green+Blue) = 252+208+252=712 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.39% from 712); Green value is 208 (81.64% from 255 or 29.21% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCD0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD0FC is #032F03. Grayscale: #E2E2E2. Windows color (decimal): -208644 or 16568572. OLE color: 16568572.

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

Color convert

RGB 252 208 252 -
CMYK 0 0.17 0 0.01
HSL 300º 0.88% 0.9% -
HSV(B) 300º 0.17% 0.99% -
XYZ 80.27 72.84 101.92 -
YUV 226.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 252 208 252 0 0.17 0 0.01 300 0.88 0.9
Hex FC D0 FC 0 11 0 1 12C 58 5A
Octal 374 320 374 0 21 0 1 454 130 132
Binary 11111100 11010000 11111100 0 10001 0 1 100101100 1011000 1011010

Color Harmonies of #FCD0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0FC

Black with #FCD0FC

Text Example


Text Example

White with #FCD0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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