Html Css Color HEX #FEC6F8 Snuff

📋 copy color: '#FEC6F8'

red 254 ◦ green 198 ◦ blue 248

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

Shades of Snuff #FEC6F8

Tints of Snuff #FEC6F8

RGB

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

 GREEN value IS 198 (77.73% from 255) = 28.29%

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

R = 36.29%
G = 28.29%
B = 35.43%

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

#FEC6F8 (or 0xFEC6F8) is known color: Snuff. HEX triplet: FE, C6 and F8. RGB value is (254,198,248). Sum of RGB (Red+Green+Blue) = 254+198+248=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 198 (77.73% from 255 or 28.29% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6F8 is #013907. Grayscale: #DCDCDC. Windows color (decimal): -80136 or 16303870. OLE color: 16303870.

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

Color convert

RGB 254 198 248 -
CMYK 0 0.22 0.02 0.00
HSL 306.43º 0.97% 0.89% -
HSV(B) 306.43º 0.22% 1% -
XYZ 78.01 68.24 97.87 -
YUV 220.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 254 198 248 0 0.22 0.02 0.00 306.43 0.97 0.89
Hex FE C6 F8 0 16 2 0 132 61 59
Octal 376 306 370 0 26 2 0 462 141 131
Binary 11111110 11000110 11111000 0 10110 10 0 100110010 1100001 1011001

Color Harmonies of #FEC6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC6F8

Black with #FEC6F8

Text Example


Text Example

White with #FEC6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC6F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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