Html Css Color HEX #FEC2FF Snuff

📋 copy color: '#FEC2FF'

red 254 ◦ green 194 ◦ blue 255

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

Shades of Snuff #FEC2FF

Tints of Snuff #FEC2FF

RGB

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

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

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

R = 36.13%
G = 27.6%
B = 36.27%

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

#FEC2FF (or 0xFEC2FF) is known color: Snuff. HEX triplet: FE, C2 and FF. RGB value is (254,194,255). Sum of RGB (Red+Green+Blue) = 254+194+255=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 194 (76.17% from 255 or 27.60% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC2FF is #013D00. Grayscale: #DADADA. Windows color (decimal): -81153 or 16761598. OLE color: 16761598.

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

Color convert

RGB 254 194 255 -
CMYK 0.00 0.24 0 0
HSL 299.02º 1% 0.88% -
HSV(B) 299.02º 0.24% 1% -
XYZ 78.21 66.87 103.39 -
YUV 218.89 148.38 153.04 -
System Red Green Blue C M Y K H S L
Decimal 254 194 255 0.00 0.24 0 0 299.02 1 0.88
Hex FE C2 FF 0 18 0 0 12B 64 58
Octal 376 302 377 0 30 0 0 453 144 130
Binary 11111110 11000010 11111111 0 11000 0 0 100101011 1100100 1011000

Color Harmonies of #FEC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2FF

Black with #FEC2FF

Text Example


Text Example

White with #FEC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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