Html Css Color HEX #FDC4FE Snuff

📋 copy color: '#FDC4FE'

red 253 ◦ green 196 ◦ blue 254

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

Shades of Snuff #FDC4FE

Tints of Snuff #FDC4FE

RGB

 RED value IS 253 (99.22% from 255) = 35.99%

 GREEN value IS 196 (76.95% from 255) = 27.88%

 BLUE value IS 254 (99.61% from 255) = 36.13%

R = 35.99%
G = 27.88%
B = 36.13%

CMYK

 C value IS 0.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDC4FE (or 0xFDC4FE) is known color: Snuff. HEX triplet: FD, C4 and FE. RGB value is (253,196,254). Sum of RGB (Red+Green+Blue) = 253+196+254=703 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.99% from 703); Green value is 196 (76.95% from 255 or 27.88% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC4FE is #023B01. Grayscale: #DBDBDB. Windows color (decimal): -146178 or 16696573. OLE color: 16696573.

HSL color Cylindrical-coordinate representation of color #FDC4FE: hue angle of 298.97º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC4FE is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 196 254 -
CMYK 0.00 0.23 0 0.00
HSL 298.97º 0.97% 0.88% -
HSV(B) 298.97º 0.23% 1% -
XYZ 78.14 67.52 102.68 -
YUV 219.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 253 196 254 0.00 0.23 0 0.00 298.97 0.97 0.88
Hex FD C4 FE 0 17 0 0 12B 61 58
Octal 375 304 376 0 27 0 0 453 141 130
Binary 11111101 11000100 11111110 0 10111 0 0 100101011 1100001 1011000

Color Harmonies of #FDC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4FE

Black with #FDC4FE

Text Example


Text Example

White with #FDC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4FE; }

 p { color: rgb(253,196,254); }

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

background-color css

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

 a { background-color: rgb(253,196,254); }

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

border-color css

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

 span { border-color: rgb(253,196,254); }

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