Html Css Color HEX #FEC7FA Snuff

📋 copy color: '#FEC7FA'

red 254 ◦ green 199 ◦ blue 250

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

Shades of Snuff #FEC7FA

Tints of Snuff #FEC7FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.56%

R = 36.13%
G = 28.31%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEC7FA (or 0xFEC7FA) is known color: Snuff. HEX triplet: FE, C7 and FA. RGB value is (254,199,250). Sum of RGB (Red+Green+Blue) = 254+199+250=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 199 (78.12% from 255 or 28.31% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7FA is #013805. Grayscale: #DDDDDD. Windows color (decimal): -79878 or 16435198. OLE color: 16435198.

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

Color convert

RGB 254 199 250 -
CMYK 0 0.22 0.02 0.00
HSL 304.36º 0.96% 0.89% -
HSV(B) 304.36º 0.22% 1% -
XYZ 78.55 68.82 99.59 -
YUV 221.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 254 199 250 0 0.22 0.02 0.00 304.36 0.96 0.89
Hex FE C7 FA 0 16 2 0 130 60 59
Octal 376 307 372 0 26 2 0 460 140 131
Binary 11111110 11000111 11111010 0 10110 10 0 100110000 1100000 1011001

Color Harmonies of #FEC7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC7FA

Black with #FEC7FA

Text Example


Text Example

White with #FEC7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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