Html Css Color HEX #FECCF8 Snuff

📋 copy color: '#FECCF8'

red 254 ◦ green 204 ◦ blue 248

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

Shades of Snuff #FECCF8

Tints of Snuff #FECCF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.13%

R = 35.98%
G = 28.9%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FECCF8 (or 0xFECCF8) is known color: Snuff. HEX triplet: FE, CC and F8. RGB value is (254,204,248). Sum of RGB (Red+Green+Blue) = 254+204+248=706 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.98% from 706); Green value is 204 (80.08% from 255 or 28.90% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF8 is #013307. Grayscale: #DFDFDF. Windows color (decimal): -78600 or 16305406. OLE color: 16305406.

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

Color convert

RGB 254 204 248 -
CMYK 0 0.20 0.02 0.00
HSL 307.2º 0.96% 0.9% -
HSV(B) 307.2º 0.2% 1% -
XYZ 79.41 71.03 98.33 -
YUV 223.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 254 204 248 0 0.20 0.02 0.00 307.2 0.96 0.9
Hex FE CC F8 0 14 2 0 133 60 5A
Octal 376 314 370 0 24 2 0 463 140 132
Binary 11111110 11001100 11111000 0 10100 10 0 100110011 1100000 1011010

Color Harmonies of #FECCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCF8

Black with #FECCF8

Text Example


Text Example

White with #FECCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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