Html Css Color HEX #FEC5FC Snuff

📋 copy color: '#FEC5FC'

red 254 ◦ green 197 ◦ blue 252

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

Shades of Snuff #FEC5FC

Tints of Snuff #FEC5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.02%

 BLUE value IS 252 (98.83% from 255) = 35.85%

R = 36.13%
G = 28.02%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEC5FC (or 0xFEC5FC) is known color: Snuff. HEX triplet: FE, C5 and FC. RGB value is (254,197,252). Sum of RGB (Red+Green+Blue) = 254+197+252=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 197 (77.34% from 255 or 28.02% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC5FC is #013A03. Grayscale: #DCDCDC. Windows color (decimal): -80388 or 16565758. OLE color: 16565758.

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

Color convert

RGB 254 197 252 -
CMYK 0 0.22 0.01 0.00
HSL 302.11º 0.97% 0.88% -
HSV(B) 302.11º 0.22% 1% -
XYZ 78.41 68.03 101.09 -
YUV 220.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 254 197 252 0 0.22 0.01 0.00 302.11 0.97 0.88
Hex FE C5 FC 0 16 1 0 12E 61 58
Octal 376 305 374 0 26 1 0 456 141 130
Binary 11111110 11000101 11111100 0 10110 1 0 100101110 1100001 1011000

Color Harmonies of #FEC5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5FC

Black with #FEC5FC

Text Example


Text Example

White with #FEC5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5FC; }

 p { color: rgb(254,197,252); }

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

background-color css

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

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

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

border-color css

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

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

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