Html Css Color HEX #FEC1FF Snuff

📋 copy color: '#FEC1FF'

red 254 ◦ green 193 ◦ blue 255

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

Shades of Snuff #FEC1FF

Tints of Snuff #FEC1FF

RGB

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

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

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

R = 36.18%
G = 27.49%
B = 36.32%

CMYK

 C value IS 0.00

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEC1FF (or 0xFEC1FF) is known color: Snuff. HEX triplet: FE, C1 and FF. RGB value is (254,193,255). Sum of RGB (Red+Green+Blue) = 254+193+255=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 193 (75.78% from 255 or 27.49% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC1FF is #013E00. Grayscale: #DADADA. Windows color (decimal): -81409 or 16761342. OLE color: 16761342.

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

Color convert

RGB 254 193 255 -
CMYK 0.00 0.24 0 0
HSL 299.03º 1% 0.88% -
HSV(B) 299.03º 0.24% 1% -
XYZ 77.99 66.43 103.32 -
YUV 218.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 254 193 255 0.00 0.24 0 0 299.03 1 0.88
Hex FE C1 FF 0 18 0 0 12B 64 58
Octal 376 301 377 0 30 0 0 453 144 130
Binary 11111110 11000001 11111111 0 11000 0 0 100101011 1100100 1011000

Color Harmonies of #FEC1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC1FF

Black with #FEC1FF

Text Example


Text Example

White with #FEC1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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