Html Css Color HEX #FCD1FA Snuff

📋 copy color: '#FCD1FA'

red 252 ◦ green 209 ◦ blue 250

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

Shades of Snuff #FCD1FA

Tints of Snuff #FCD1FA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 29.4%

 BLUE value IS 250 (98.05% from 255) = 35.16%

R = 35.44%
G = 29.4%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCD1FA (or 0xFCD1FA) is known color: Snuff. HEX triplet: FC, D1 and FA. RGB value is (252,209,250). Sum of RGB (Red+Green+Blue) = 252+209+250=711 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.44% from 711); Green value is 209 (82.03% from 255 or 29.40% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD1FA is #032E05. Grayscale: #E2E2E2. Windows color (decimal): -208390 or 16437756. OLE color: 16437756.

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

Color convert

RGB 252 209 250 -
CMYK 0 0.17 0.01 0.01
HSL 302.79º 0.88% 0.9% -
HSV(B) 302.79º 0.17% 0.99% -
XYZ 80.2 73.2 100.34 -
YUV 226.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 252 209 250 0 0.17 0.01 0.01 302.79 0.88 0.9
Hex FC D1 FA 0 11 1 1 12F 58 5A
Octal 374 321 372 0 21 1 1 457 130 132
Binary 11111100 11010001 11111010 0 10001 1 1 100101111 1011000 1011010

Color Harmonies of #FCD1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1FA

Black with #FCD1FA

Text Example


Text Example

White with #FCD1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1FA; }

 p { color: rgb(252,209,250); }

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

background-color css

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

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

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

border-color css

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

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

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