Html Css Color HEX #FEC0FE Snuff

📋 copy color: '#FEC0FE'

red 254 ◦ green 192 ◦ blue 254

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

Shades of Snuff #FEC0FE

Tints of Snuff #FEC0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 27.43%

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

R = 36.29%
G = 27.43%
B = 36.29%

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

#FEC0FE (or 0xFEC0FE) is known color: Snuff. HEX triplet: FE, C0 and FE. RGB value is (254,192,254). Sum of RGB (Red+Green+Blue) = 254+192+254=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 192 (75.39% from 255 or 27.43% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FEC0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0FE is #013F01. Grayscale: #D9D9D9. Windows color (decimal): -81666 or 16695550. OLE color: 16695550.

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

Color convert

RGB 254 192 254 -
CMYK 0 0.24 0 0.00
HSL 300º 0.97% 0.87% -
HSV(B) 300º 0.24% 1% -
XYZ 77.61 65.93 102.4 -
YUV 217.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 254 192 254 0 0.24 0 0.00 300 0.97 0.87
Hex FE C0 FE 0 18 0 0 12C 61 57
Octal 376 300 376 0 30 0 0 454 141 127
Binary 11111110 11000000 11111110 0 11000 0 0 100101100 1100001 1010111

Color Harmonies of #FEC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0FE

Black with #FEC0FE

Text Example


Text Example

White with #FEC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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