Html Css Color HEX #FECCFF Snuff

📋 copy color: '#FECCFF'

red 254 ◦ green 204 ◦ blue 255

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

Shades of Snuff #FECCFF

Tints of Snuff #FECCFF

RGB

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

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

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

R = 35.62%
G = 28.61%
B = 35.76%

CMYK

 C value IS 0.00

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FECCFF (or 0xFECCFF) is known color: Snuff. HEX triplet: FE, CC and FF. RGB value is (254,204,255). Sum of RGB (Red+Green+Blue) = 254+204+255=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 204 (80.08% from 255 or 28.61% from 713); Blue value is 255 (100% from 255 or 35.76% from 713); Max value from RGB is 255 - color contains mainly: blue. Hex color #FECCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCFF is #013300. Grayscale: #E0E0E0. Windows color (decimal): -78593 or 16764158. OLE color: 16764158.

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

Color convert

RGB 254 204 255 -
CMYK 0.00 0.2 0 0
HSL 298.82º 1% 0.9% -
HSV(B) 298.82º 0.2% 1% -
XYZ 80.52 71.48 104.16 -
YUV 224.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 254 204 255 0.00 0.2 0 0 298.82 1 0.9
Hex FE CC FF 0 14 0 0 12B 64 5A
Octal 376 314 377 0 24 0 0 453 144 132
Binary 11111110 11001100 11111111 0 10100 0 0 100101011 1100100 1011010

Color Harmonies of #FECCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCFF

Black with #FECCFF

Text Example


Text Example

White with #FECCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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