Html Css Color HEX #FEC7FB Snuff

📋 copy color: '#FEC7FB'

red 254 ◦ green 199 ◦ blue 251

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

Shades of Snuff #FEC7FB

Tints of Snuff #FEC7FB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 28.27%

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

R = 36.08%
G = 28.27%
B = 35.65%

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

#FEC7FB (or 0xFEC7FB) is known color: Snuff. HEX triplet: FE, C7 and FB. RGB value is (254,199,251). Sum of RGB (Red+Green+Blue) = 254+199+251=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 199 (78.12% from 255 or 28.27% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7FB is #013804. Grayscale: #DDDDDD. Windows color (decimal): -79877 or 16500734. OLE color: 16500734.

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

Color convert

RGB 254 199 251 -
CMYK 0 0.22 0.01 0.00
HSL 303.27º 0.96% 0.89% -
HSV(B) 303.27º 0.22% 1% -
XYZ 78.71 68.88 100.41 -
YUV 221.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 254 199 251 0 0.22 0.01 0.00 303.27 0.96 0.89
Hex FE C7 FB 0 16 1 0 12F 60 59
Octal 376 307 373 0 26 1 0 457 140 131
Binary 11111110 11000111 11111011 0 10110 1 0 100101111 1100000 1011001

Color Harmonies of #FEC7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7FB

Black with #FEC7FB

Text Example


Text Example

White with #FEC7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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