Html Css Color HEX #FEC4FB Snuff

📋 copy color: '#FEC4FB'

red 254 ◦ green 196 ◦ blue 251

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

Shades of Snuff #FEC4FB

Tints of Snuff #FEC4FB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 27.96%

 BLUE value IS 251 (98.44% from 255) = 35.81%

R = 36.23%
G = 27.96%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FEC4FB (or 0xFEC4FB) is known color: Snuff. HEX triplet: FE, C4 and FB. RGB value is (254,196,251). Sum of RGB (Red+Green+Blue) = 254+196+251=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 196 (76.95% from 255 or 27.96% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4FB is #013B04. Grayscale: #DBDBDB. Windows color (decimal): -80645 or 16499966. OLE color: 16499966.

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

Color convert

RGB 254 196 251 -
CMYK 0 0.23 0.01 0.00
HSL 303.1º 0.97% 0.88% -
HSV(B) 303.1º 0.23% 1% -
XYZ 78.03 67.52 100.19 -
YUV 219.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 254 196 251 0 0.23 0.01 0.00 303.1 0.97 0.88
Hex FE C4 FB 0 17 1 0 12F 61 58
Octal 376 304 373 0 27 1 0 457 141 130
Binary 11111110 11000100 11111011 0 10111 1 0 100101111 1100001 1011000

Color Harmonies of #FEC4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC4FB

Black with #FEC4FB

Text Example


Text Example

White with #FEC4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC4FB; }

 p { color: rgb(254,196,251); }

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

background-color css

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

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

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

border-color css

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

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

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