Html Css Color HEX #FCD4FB Snuff

📋 copy color: '#FCD4FB'

red 252 ◦ green 212 ◦ blue 251

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

Shades of Snuff #FCD4FB

Tints of Snuff #FCD4FB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 29.65%

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

R = 35.24%
G = 29.65%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCD4FB (or 0xFCD4FB) is known color: Snuff. HEX triplet: FC, D4 and FB. RGB value is (252,212,251). Sum of RGB (Red+Green+Blue) = 252+212+251=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 212 (83.20% from 255 or 29.65% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD4FB is #032B04. Grayscale: #E4E4E4. Windows color (decimal): -207621 or 16504060. OLE color: 16504060.

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

Color convert

RGB 252 212 251 -
CMYK 0 0.16 0.00 0.01
HSL 301.5º 0.87% 0.91% -
HSV(B) 301.5º 0.16% 0.99% -
XYZ 81.1 74.75 101.42 -
YUV 228.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 252 212 251 0 0.16 0.00 0.01 301.5 0.87 0.91
Hex FC D4 FB 0 10 0 1 12E 57 5B
Octal 374 324 373 0 20 0 1 456 127 133
Binary 11111100 11010100 11111011 0 10000 0 1 100101110 1010111 1011011

Color Harmonies of #FCD4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4FB

Black with #FCD4FB

Text Example


Text Example

White with #FCD4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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