Html Css Color HEX #FEC8F6 Snuff

📋 copy color: '#FEC8F6'

red 254 ◦ green 200 ◦ blue 246

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

Shades of Snuff #FEC8F6

Tints of Snuff #FEC8F6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.57%

 BLUE value IS 246 (96.48% from 255) = 35.14%

R = 36.29%
G = 28.57%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FEC8F6 (or 0xFEC8F6) is known color: Snuff. HEX triplet: FE, C8 and F6. RGB value is (254,200,246). Sum of RGB (Red+Green+Blue) = 254+200+246=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 200 (78.52% from 255 or 28.57% from 700); Blue value is 246 (96.48% from 255 or 35.14% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8F6 is #013709. Grayscale: #DDDDDD. Windows color (decimal): -79626 or 16173310. OLE color: 16173310.

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

Color convert

RGB 254 200 246 -
CMYK 0 0.21 0.03 0.00
HSL 308.89º 0.96% 0.89% -
HSV(B) 308.89º 0.21% 1% -
XYZ 78.16 69.03 96.39 -
YUV 221.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 254 200 246 0 0.21 0.03 0.00 308.89 0.96 0.89
Hex FE C8 F6 0 15 3 0 135 60 59
Octal 376 310 366 0 25 3 0 465 140 131
Binary 11111110 11001000 11110110 0 10101 11 0 100110101 1100000 1011001

Color Harmonies of #FEC8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8F6

Black with #FEC8F6

Text Example


Text Example

White with #FEC8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8F6; }

 p { color: rgb(254,200,246); }

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

background-color css

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

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

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

border-color css

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

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

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