Html Css Color HEX #FEC2F9 Snuff

📋 copy color: '#FEC2F9'

red 254 ◦ green 194 ◦ blue 249

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

Shades of Snuff #FEC2F9

Tints of Snuff #FEC2F9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 27.83%

 BLUE value IS 249 (97.66% from 255) = 35.72%

R = 36.44%
G = 27.83%
B = 35.72%

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

#FEC2F9 (or 0xFEC2F9) is known color: Snuff. HEX triplet: FE, C2 and F9. RGB value is (254,194,249). Sum of RGB (Red+Green+Blue) = 254+194+249=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 194 (76.17% from 255 or 27.83% from 697); Blue value is 249 (97.66% from 255 or 35.72% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2F9 is #013D06. Grayscale: #DADADA. Windows color (decimal): -81159 or 16368382. OLE color: 16368382.

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

Color convert

RGB 254 194 249 -
CMYK 0 0.24 0.02 0.00
HSL 305º 0.97% 0.88% -
HSV(B) 305º 0.24% 1% -
XYZ 77.26 66.49 98.38 -
YUV 218.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 254 194 249 0 0.24 0.02 0.00 305 0.97 0.88
Hex FE C2 F9 0 18 2 0 131 61 58
Octal 376 302 371 0 30 2 0 461 141 130
Binary 11111110 11000010 11111001 0 11000 10 0 100110001 1100001 1011000

Color Harmonies of #FEC2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2F9

Black with #FEC2F9

Text Example


Text Example

White with #FEC2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2F9; }

 p { color: rgb(254,194,249); }

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

background-color css

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

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

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

border-color css

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

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

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