Html Css Color HEX #FECDF6 Snuff

📋 copy color: '#FECDF6'

red 254 ◦ green 205 ◦ blue 246

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

Shades of Snuff #FECDF6

Tints of Snuff #FECDF6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.08%

 BLUE value IS 246 (96.48% from 255) = 34.89%

R = 36.03%
G = 29.08%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FECDF6 (or 0xFECDF6) is known color: Snuff. HEX triplet: FE, CD and F6. RGB value is (254,205,246). Sum of RGB (Red+Green+Blue) = 254+205+246=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 205 (80.47% from 255 or 29.08% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDF6 is #013209. Grayscale: #E0E0E0. Windows color (decimal): -78346 or 16174590. OLE color: 16174590.

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

Color convert

RGB 254 205 246 -
CMYK 0 0.19 0.03 0.00
HSL 309.8º 0.96% 0.9% -
HSV(B) 309.8º 0.19% 1% -
XYZ 79.34 71.39 96.79 -
YUV 224.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 254 205 246 0 0.19 0.03 0.00 309.8 0.96 0.9
Hex FE CD F6 0 13 3 0 136 60 5A
Octal 376 315 366 0 23 3 0 466 140 132
Binary 11111110 11001101 11110110 0 10011 11 0 100110110 1100000 1011010

Color Harmonies of #FECDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDF6

Black with #FECDF6

Text Example


Text Example

White with #FECDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDF6; }

 p { color: rgb(254,205,246); }

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

background-color css

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

 a { background-color: rgb(254,205,246); }

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

border-color css

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

 span { border-color: rgb(254,205,246); }

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