Html Css Color HEX #FECDFF Snuff

📋 copy color: '#FECDFF'

red 254 ◦ green 205 ◦ blue 255

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

Shades of Snuff #FECDFF

Tints of Snuff #FECDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.71%

R = 35.57%
G = 28.71%
B = 35.71%

CMYK

 C value IS 0.00

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FECDFF (or 0xFECDFF) is known color: Snuff. HEX triplet: FE, CD and FF. RGB value is (254,205,255). Sum of RGB (Red+Green+Blue) = 254+205+255=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 205 (80.47% from 255 or 28.71% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #FECDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECDFF is #013200. Grayscale: #E1E1E1. Windows color (decimal): -78337 or 16764414. OLE color: 16764414.

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

Color convert

RGB 254 205 255 -
CMYK 0.00 0.20 0 0
HSL 298.8º 1% 0.9% -
HSV(B) 298.8º 0.2% 1% -
XYZ 80.75 71.95 104.24 -
YUV 225.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 254 205 255 0.00 0.20 0 0 298.8 1 0.9
Hex FE CD FF 0 14 0 0 12B 64 5A
Octal 376 315 377 0 24 0 0 453 144 132
Binary 11111110 11001101 11111111 0 10100 0 0 100101011 1100100 1011010

Color Harmonies of #FECDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDFF

Black with #FECDFF

Text Example


Text Example

White with #FECDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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