Html Css Color HEX #FEC4FE Snuff

📋 copy color: '#FEC4FE'

red 254 ◦ green 196 ◦ blue 254

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

Shades of Snuff #FEC4FE

Tints of Snuff #FEC4FE

RGB

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

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

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

R = 36.08%
G = 27.84%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEC4FE (or 0xFEC4FE) is known color: Snuff. HEX triplet: FE, C4 and FE. RGB value is (254,196,254). Sum of RGB (Red+Green+Blue) = 254+196+254=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 196 (76.95% from 255 or 27.84% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEC4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4FE is #013B01. Grayscale: #DBDBDB. Windows color (decimal): -80642 or 16696574. OLE color: 16696574.

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

Color convert

RGB 254 196 254 -
CMYK 0 0.23 0 0.00
HSL 300º 0.97% 0.88% -
HSV(B) 300º 0.23% 1% -
XYZ 78.5 67.71 102.7 -
YUV 219.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 254 196 254 0 0.23 0 0.00 300 0.97 0.88
Hex FE C4 FE 0 17 0 0 12C 61 58
Octal 376 304 376 0 27 0 0 454 141 130
Binary 11111110 11000100 11111110 0 10111 0 0 100101100 1100001 1011000

Color Harmonies of #FEC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4FE

Black with #FEC4FE

Text Example


Text Example

White with #FEC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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