Html Css Color HEX #FEC1FE Snuff

📋 copy color: '#FEC1FE'

red 254 ◦ green 193 ◦ blue 254

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

Shades of Snuff #FEC1FE

Tints of Snuff #FEC1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 27.53%

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

R = 36.23%
G = 27.53%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEC1FE (or 0xFEC1FE) is known color: Snuff. HEX triplet: FE, C1 and FE. RGB value is (254,193,254). Sum of RGB (Red+Green+Blue) = 254+193+254=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 193 (75.78% from 255 or 27.53% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEC1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1FE is #013E01. Grayscale: #DADADA. Windows color (decimal): -81410 or 16695806. OLE color: 16695806.

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

Color convert

RGB 254 193 254 -
CMYK 0 0.24 0 0.00
HSL 300º 0.97% 0.88% -
HSV(B) 300º 0.24% 1% -
XYZ 77.83 66.37 102.47 -
YUV 218.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 254 193 254 0 0.24 0 0.00 300 0.97 0.88
Hex FE C1 FE 0 18 0 0 12C 61 58
Octal 376 301 376 0 30 0 0 454 141 130
Binary 11111110 11000001 11111110 0 11000 0 0 100101100 1100001 1011000

Color Harmonies of #FEC1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1FE

Black with #FEC1FE

Text Example


Text Example

White with #FEC1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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