#FEB9C9

Color #FEB9C9 Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink #FEB9C9

Tints of Pink #FEB9C9

Color information

#FEB9C9 (or 0xFEB9C9) is unknown color: approx Pink. HEX triplet: FE, B9 and C9. RGB value is (254,185,201). Sum of RGB (Red+Green+Blue) = 254+185+201=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9C9 is #014636. Grayscale: #CFCFCF. Windows color (decimal): -83511 or 13220350. OLE color: 13220350.

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

Color convert

RGB254185201-
CMYK00.270.210.00
HSL346.09º97.18%86.08%-
HSV(B)346.09º27.17%99.61%-
XYZ68.7659.9963.21-
YUV207.46124.36161.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 185 (72.66% from 255) = 28.91%
BLUE value IS 201 (78.91% from 255) = 31.41%
R=39.69%
G=28.91%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418520100.270.210.00346.0997.1886.08
HexFEB9C901B15015a6156
Octal376271311033250532141126
Binary11111110101110011100100101101110101010101101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9C9; }

 p { color: rgb(254,185,201); }

 H1.HeaderClassName
 {
   color: #FEB9C9;
 }
 .AnyTagClassName
 {
   color: #FEB9C9;
 }
</style>
background-color css

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

 a { background-color: rgb(254,185,201); }

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

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

 span { border-color: rgb(254,185,201); }

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