Html Css Color HEX #FEC3FE Snuff

📋 copy color: '#FEC3FE'

red 254 ◦ green 195 ◦ blue 254

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

Shades of Snuff #FEC3FE

Tints of Snuff #FEC3FE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 27.74%

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

R = 36.13%
G = 27.74%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FEC3FE (or 0xFEC3FE) is known color: Snuff. HEX triplet: FE, C3 and FE. RGB value is (254,195,254). Sum of RGB (Red+Green+Blue) = 254+195+254=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 195 (76.56% from 255 or 27.74% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEC3FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3FE is #013C01. Grayscale: #DBDBDB. Windows color (decimal): -80898 or 16696318. OLE color: 16696318.

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

Color convert

RGB 254 195 254 -
CMYK 0 0.23 0 0.00
HSL 300º 0.97% 0.88% -
HSV(B) 300º 0.23% 1% -
XYZ 78.28 67.26 102.62 -
YUV 219.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 254 195 254 0 0.23 0 0.00 300 0.97 0.88
Hex FE C3 FE 0 17 0 0 12C 61 58
Octal 376 303 376 0 27 0 0 454 141 130
Binary 11111110 11000011 11111110 0 10111 0 0 100101100 1100001 1011000

Color Harmonies of #FEC3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC3FE

Black with #FEC3FE

Text Example


Text Example

White with #FEC3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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