Html Css Color HEX #FEC5F8 Snuff

📋 copy color: '#FEC5F8'

red 254 ◦ green 197 ◦ blue 248

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

Shades of Snuff #FEC5F8

Tints of Snuff #FEC5F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.48%

R = 36.34%
G = 28.18%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEC5F8 (or 0xFEC5F8) is known color: Snuff. HEX triplet: FE, C5 and F8. RGB value is (254,197,248). Sum of RGB (Red+Green+Blue) = 254+197+248=699 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.34% from 699); Green value is 197 (77.34% from 255 or 28.18% from 699); Blue value is 248 (97.27% from 255 or 35.48% from 699); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5F8 is #013A07. Grayscale: #DBDBDB. Windows color (decimal): -80392 or 16303614. OLE color: 16303614.

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

Color convert

RGB 254 197 248 -
CMYK 0 0.22 0.02 0.00
HSL 306.32º 0.97% 0.88% -
HSV(B) 306.32º 0.22% 1% -
XYZ 77.78 67.78 97.79 -
YUV 219.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 254 197 248 0 0.22 0.02 0.00 306.32 0.97 0.88
Hex FE C5 F8 0 16 2 0 132 61 58
Octal 376 305 370 0 26 2 0 462 141 130
Binary 11111110 11000101 11111000 0 10110 10 0 100110010 1100001 1011000

Color Harmonies of #FEC5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5F8

Black with #FEC5F8

Text Example


Text Example

White with #FEC5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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