Html Css Color HEX #FECDFE Snuff

📋 copy color: '#FECDFE'

red 254 ◦ green 205 ◦ blue 254

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

Shades of Snuff #FECDFE

Tints of Snuff #FECDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 35.62%

R = 35.62%
G = 28.75%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FECDFE (or 0xFECDFE) is known color: Snuff. HEX triplet: FE, CD and FE. RGB value is (254,205,254). Sum of RGB (Red+Green+Blue) = 254+205+254=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 205 (80.47% from 255 or 28.75% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FECDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDFE is #013201. Grayscale: #E1E1E1. Windows color (decimal): -78338 or 16698878. OLE color: 16698878.

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

Color convert

RGB 254 205 254 -
CMYK 0 0.19 0 0.00
HSL 300º 0.96% 0.9% -
HSV(B) 300º 0.19% 1% -
XYZ 80.59 71.89 103.39 -
YUV 225.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 254 205 254 0 0.19 0 0.00 300 0.96 0.9
Hex FE CD FE 0 13 0 0 12C 60 5A
Octal 376 315 376 0 23 0 0 454 140 132
Binary 11111110 11001101 11111110 0 10011 0 0 100101100 1100000 1011010

Color Harmonies of #FECDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDFE

Black with #FECDFE

Text Example


Text Example

White with #FECDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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