Html Css Color HEX #FECCF9 Snuff

📋 copy color: '#FECCF9'

red 254 ◦ green 204 ◦ blue 249

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

Shades of Snuff #FECCF9

Tints of Snuff #FECCF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.22%

R = 35.93%
G = 28.85%
B = 35.22%

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

#FECCF9 (or 0xFECCF9) is known color: Snuff. HEX triplet: FE, CC and F9. RGB value is (254,204,249). Sum of RGB (Red+Green+Blue) = 254+204+249=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 204 (80.08% from 255 or 28.85% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCF9 is #013306. Grayscale: #DFDFDF. Windows color (decimal): -78599 or 16370942. OLE color: 16370942.

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

Color convert

RGB 254 204 249 -
CMYK 0 0.20 0.02 0.00
HSL 306º 0.96% 0.9% -
HSV(B) 306º 0.2% 1% -
XYZ 79.56 71.1 99.15 -
YUV 224.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 254 204 249 0 0.20 0.02 0.00 306 0.96 0.9
Hex FE CC F9 0 14 2 0 132 60 5A
Octal 376 314 371 0 24 2 0 462 140 132
Binary 11111110 11001100 11111001 0 10100 10 0 100110010 1100000 1011010

Color Harmonies of #FECCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCF9

Black with #FECCF9

Text Example


Text Example

White with #FECCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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