Html Css Color HEX #FEC7FD Snuff

📋 copy color: '#FEC7FD'

red 254 ◦ green 199 ◦ blue 253

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

Shades of Snuff #FEC7FD

Tints of Snuff #FEC7FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.84%

R = 35.98%
G = 28.19%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEC7FD (or 0xFEC7FD) is known color: Snuff. HEX triplet: FE, C7 and FD. RGB value is (254,199,253). Sum of RGB (Red+Green+Blue) = 254+199+253=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 199 (78.12% from 255 or 28.19% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7FD is #013802. Grayscale: #DDDDDD. Windows color (decimal): -79875 or 16631806. OLE color: 16631806.

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

Color convert

RGB 254 199 253 -
CMYK 0 0.22 0.00 0.00
HSL 301.09º 0.96% 0.89% -
HSV(B) 301.09º 0.22% 1% -
XYZ 79.03 69.01 102.08 -
YUV 221.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 254 199 253 0 0.22 0.00 0.00 301.09 0.96 0.89
Hex FE C7 FD 0 16 0 0 12D 60 59
Octal 376 307 375 0 26 0 0 455 140 131
Binary 11111110 11000111 11111101 0 10110 0 0 100101101 1100000 1011001

Color Harmonies of #FEC7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7FD

Black with #FEC7FD

Text Example


Text Example

White with #FEC7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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