Html Css Color HEX #FEC0FA Snuff

📋 copy color: '#FEC0FA'

red 254 ◦ green 192 ◦ blue 250

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

Shades of Snuff #FEC0FA

Tints of Snuff #FEC0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.92%

R = 36.49%
G = 27.59%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEC0FA (or 0xFEC0FA) is known color: Snuff. HEX triplet: FE, C0 and FA. RGB value is (254,192,250). Sum of RGB (Red+Green+Blue) = 254+192+250=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 192 (75.39% from 255 or 27.59% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC0FA is #013F05. Grayscale: #D8D8D8. Windows color (decimal): -81670 or 16433406. OLE color: 16433406.

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

Color convert

RGB 254 192 250 -
CMYK 0 0.24 0.02 0.00
HSL 303.87º 0.97% 0.87% -
HSV(B) 303.87º 0.24% 1% -
XYZ 76.98 65.67 99.06 -
YUV 217.15 146.54 154.28 -
System Red Green Blue C M Y K H S L
Decimal 254 192 250 0 0.24 0.02 0.00 303.87 0.97 0.87
Hex FE C0 FA 0 18 2 0 130 61 57
Octal 376 300 372 0 30 2 0 460 141 127
Binary 11111110 11000000 11111010 0 11000 10 0 100110000 1100001 1010111

Color Harmonies of #FEC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0FA

Black with #FEC0FA

Text Example


Text Example

White with #FEC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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