Html Css Color HEX #FEC6FB Snuff

📋 copy color: '#FEC6FB'

red 254 ◦ green 198 ◦ blue 251

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

Shades of Snuff #FEC6FB

Tints of Snuff #FEC6FB

RGB

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

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

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

R = 36.13%
G = 28.17%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEC6FB (or 0xFEC6FB) is known color: Snuff. HEX triplet: FE, C6 and FB. RGB value is (254,198,251). Sum of RGB (Red+Green+Blue) = 254+198+251=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 198 (77.73% from 255 or 28.17% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6FB is #013904. Grayscale: #DCDCDC. Windows color (decimal): -80133 or 16500478. OLE color: 16500478.

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

Color convert

RGB 254 198 251 -
CMYK 0 0.22 0.01 0.00
HSL 303.21º 0.97% 0.89% -
HSV(B) 303.21º 0.22% 1% -
XYZ 78.48 68.42 100.34 -
YUV 220.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 254 198 251 0 0.22 0.01 0.00 303.21 0.97 0.89
Hex FE C6 FB 0 16 1 0 12F 61 59
Octal 376 306 373 0 26 1 0 457 141 131
Binary 11111110 11000110 11111011 0 10110 1 0 100101111 1100001 1011001

Color Harmonies of #FEC6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC6FB

Black with #FEC6FB

Text Example


Text Example

White with #FEC6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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