Html Css Color HEX #FEC8FB Snuff

📋 copy color: '#FEC8FB'

red 254 ◦ green 200 ◦ blue 251

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

Shades of Snuff #FEC8FB

Tints of Snuff #FEC8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.6%

R = 36.03%
G = 28.37%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEC8FB (or 0xFEC8FB) is known color: Snuff. HEX triplet: FE, C8 and FB. RGB value is (254,200,251). Sum of RGB (Red+Green+Blue) = 254+200+251=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 200 (78.52% from 255 or 28.37% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8FB is #013704. Grayscale: #DDDDDD. Windows color (decimal): -79621 or 16500990. OLE color: 16500990.

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

Color convert

RGB 254 200 251 -
CMYK 0 0.21 0.01 0.00
HSL 303.33º 0.96% 0.89% -
HSV(B) 303.33º 0.21% 1% -
XYZ 78.94 69.34 100.49 -
YUV 221.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 254 200 251 0 0.21 0.01 0.00 303.33 0.96 0.89
Hex FE C8 FB 0 15 1 0 12F 60 59
Octal 376 310 373 0 25 1 0 457 140 131
Binary 11111110 11001000 11111011 0 10101 1 0 100101111 1100000 1011001

Color Harmonies of #FEC8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8FB

Black with #FEC8FB

Text Example


Text Example

White with #FEC8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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