Html Css Color HEX #FDC5FE Snuff

📋 copy color: '#FDC5FE'

red 253 ◦ green 197 ◦ blue 254

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

Shades of Snuff #FDC5FE

Tints of Snuff #FDC5FE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 27.98%

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

R = 35.94%
G = 27.98%
B = 36.08%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FDC5FE (or 0xFDC5FE) is known color: Snuff. HEX triplet: FD, C5 and FE. RGB value is (253,197,254). Sum of RGB (Red+Green+Blue) = 253+197+254=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 197 (77.34% from 255 or 27.98% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDC5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5FE is #023A01. Grayscale: #DCDCDC. Windows color (decimal): -145922 or 16696829. OLE color: 16696829.

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

Color convert

RGB 253 197 254 -
CMYK 0.00 0.22 0 0.00
HSL 298.95º 0.97% 0.88% -
HSV(B) 298.95º 0.22% 1% -
XYZ 78.36 67.97 102.76 -
YUV 220.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 253 197 254 0.00 0.22 0 0.00 298.95 0.97 0.88
Hex FD C5 FE 0 16 0 0 12B 61 58
Octal 375 305 376 0 26 0 0 453 141 130
Binary 11111101 11000101 11111110 0 10110 0 0 100101011 1100001 1011000

Color Harmonies of #FDC5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC5FE

Black with #FDC5FE

Text Example


Text Example

White with #FDC5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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