Html Css Color HEX #FEC5FD Snuff

📋 copy color: '#FEC5FD'

red 254 ◦ green 197 ◦ blue 253

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

Shades of Snuff #FEC5FD

Tints of Snuff #FEC5FD

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 254 197 253 -
CMYK 0 0.22 0.00 0.00
HSL 301.05º 0.97% 0.88% -
HSV(B) 301.05º 0.22% 1% -
XYZ 78.57 68.1 101.93 -
YUV 220.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 254 197 253 0 0.22 0.00 0.00 301.05 0.97 0.88
Hex FE C5 FD 0 16 0 0 12D 61 58
Octal 376 305 375 0 26 0 0 455 141 130
Binary 11111110 11000101 11111101 0 10110 0 0 100101101 1100001 1011000

Color Harmonies of #FEC5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5FD

Black with #FEC5FD

Text Example


Text Example

White with #FEC5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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