Html Css Color HEX #FEC4FD Snuff

📋 copy color: '#FEC4FD'

red 254 ◦ green 196 ◦ blue 253

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

Shades of Snuff #FEC4FD

Tints of Snuff #FEC4FD

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 254 196 253 -
CMYK 0 0.23 0.00 0.00
HSL 301.03º 0.97% 0.88% -
HSV(B) 301.03º 0.23% 1% -
XYZ 78.34 67.64 101.86 -
YUV 219.84 146.72 152.37 -
System Red Green Blue C M Y K H S L
Decimal 254 196 253 0 0.23 0.00 0.00 301.03 0.97 0.88
Hex FE C4 FD 0 17 0 0 12D 61 58
Octal 376 304 375 0 27 0 0 455 141 130
Binary 11111110 11000100 11111101 0 10111 0 0 100101101 1100001 1011000

Color Harmonies of #FEC4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4FD

Black with #FEC4FD

Text Example


Text Example

White with #FEC4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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