Html Css Color HEX #FECCF7 Snuff

📋 copy color: '#FECCF7'

red 254 ◦ green 204 ◦ blue 247

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

Shades of Snuff #FECCF7

Tints of Snuff #FECCF7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 28.94%

 BLUE value IS 247 (96.88% from 255) = 35.04%

R = 36.03%
G = 28.94%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FECCF7 (or 0xFECCF7) is known color: Snuff. HEX triplet: FE, CC and F7. RGB value is (254,204,247). Sum of RGB (Red+Green+Blue) = 254+204+247=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 204 (80.08% from 255 or 28.94% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF7 is #013308. Grayscale: #DFDFDF. Windows color (decimal): -78601 or 16239870. OLE color: 16239870.

HSL color Cylindrical-coordinate representation of color #FECCF7: hue angle of 308.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FECCF7 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 204 247 -
CMYK 0 0.20 0.03 0.00
HSL 308.4º 0.96% 0.9% -
HSV(B) 308.4º 0.2% 1% -
XYZ 79.25 70.97 97.52 -
YUV 223.85 141.07 149.5 -
System Red Green Blue C M Y K H S L
Decimal 254 204 247 0 0.20 0.03 0.00 308.4 0.96 0.9
Hex FE CC F7 0 14 3 0 134 60 5A
Octal 376 314 367 0 24 3 0 464 140 132
Binary 11111110 11001100 11110111 0 10100 11 0 100110100 1100000 1011010

Color Harmonies of #FECCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCF7

Black with #FECCF7

Text Example


Text Example

White with #FECCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCF7; }

 p { color: rgb(254,204,247); }

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

background-color css

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

 a { background-color: rgb(254,204,247); }

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

border-color css

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

 span { border-color: rgb(254,204,247); }

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