Html Css Color HEX #FCD5FB Snuff

📋 copy color: '#FCD5FB'

red 252 ◦ green 213 ◦ blue 251

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

Shades of Snuff #FCD5FB

Tints of Snuff #FCD5FB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 29.75%

 BLUE value IS 251 (98.44% from 255) = 35.06%

R = 35.2%
G = 29.75%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCD5FB (or 0xFCD5FB) is known color: Snuff. HEX triplet: FC, D5 and FB. RGB value is (252,213,251). Sum of RGB (Red+Green+Blue) = 252+213+251=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 213 (83.59% from 255 or 29.75% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD5FB is #032A04. Grayscale: #E4E4E4. Windows color (decimal): -207365 or 16504316. OLE color: 16504316.

HSL color Cylindrical-coordinate representation of color #FCD5FB: hue angle of 301.54º degrees, saturation: 0.87, 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 #FCD5FB is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 213 251 -
CMYK 0 0.15 0.00 0.01
HSL 301.54º 0.87% 0.91% -
HSV(B) 301.54º 0.15% 0.99% -
XYZ 81.35 75.25 101.5 -
YUV 228.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 252 213 251 0 0.15 0.00 0.01 301.54 0.87 0.91
Hex FC D5 FB 0 F 0 1 12E 57 5B
Octal 374 325 373 0 17 0 1 456 127 133
Binary 11111100 11010101 11111011 0 1111 0 1 100101110 1010111 1011011

Color Harmonies of #FCD5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5FB

Black with #FCD5FB

Text Example


Text Example

White with #FCD5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5FB; }

 p { color: rgb(252,213,251); }

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

background-color css

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

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

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

border-color css

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

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

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