Html Css Color HEX #FECCFE Snuff

📋 copy color: '#FECCFE'

red 254 ◦ green 204 ◦ blue 254

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

Shades of Snuff #FECCFE

Tints of Snuff #FECCFE

RGB

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

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

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

R = 35.67%
G = 28.65%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FECCFE (or 0xFECCFE) is known color: Snuff. HEX triplet: FE, CC and FE. RGB value is (254,204,254). Sum of RGB (Red+Green+Blue) = 254+204+254=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 204 (80.08% from 255 or 28.65% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FECCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECCFE is #013301. Grayscale: #E0E0E0. Windows color (decimal): -78594 or 16698622. OLE color: 16698622.

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

Color convert

RGB 254 204 254 -
CMYK 0 0.20 0 0.00
HSL 300º 0.96% 0.9% -
HSV(B) 300º 0.2% 1% -
XYZ 80.36 71.41 103.31 -
YUV 224.65 144.57 148.93 -
System Red Green Blue C M Y K H S L
Decimal 254 204 254 0 0.20 0 0.00 300 0.96 0.9
Hex FE CC FE 0 14 0 0 12C 60 5A
Octal 376 314 376 0 24 0 0 454 140 132
Binary 11111110 11001100 11111110 0 10100 0 0 100101100 1100000 1011010

Color Harmonies of #FECCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCFE

Black with #FECCFE

Text Example


Text Example

White with #FECCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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