Html Css Color HEX #FEC5FF Snuff

📋 copy color: '#FEC5FF'

red 254 ◦ green 197 ◦ blue 255

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

Shades of Snuff #FEC5FF

Tints of Snuff #FEC5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.12%

R = 35.98%
G = 27.9%
B = 36.12%

CMYK

 C value IS 0.00

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEC5FF (or 0xFEC5FF) is known color: Snuff. HEX triplet: FE, C5 and FF. RGB value is (254,197,255). Sum of RGB (Red+Green+Blue) = 254+197+255=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 197 (77.34% from 255 or 27.90% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC5FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5FF is #013A00. Grayscale: #DCDCDC. Windows color (decimal): -80385 or 16762366. OLE color: 16762366.

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

Color convert

RGB 254 197 255 -
CMYK 0.00 0.23 0 0
HSL 298.97º 1% 0.89% -
HSV(B) 298.97º 0.23% 1% -
XYZ 78.89 68.22 103.62 -
YUV 220.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 254 197 255 0.00 0.23 0 0 298.97 1 0.89
Hex FE C5 FF 0 17 0 0 12B 64 59
Octal 376 305 377 0 27 0 0 453 144 131
Binary 11111110 11000101 11111111 0 10111 0 0 100101011 1100100 1011001

Color Harmonies of #FEC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5FF

Black with #FEC5FF

Text Example


Text Example

White with #FEC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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