#FEBAB8

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

Shades of Your Pink #FEBAB8

Tints of Your Pink #FEBAB8

Color information

#FEBAB8 (or 0xFEBAB8) is unknown color: approx Your Pink. HEX triplet: FE, BA and B8. RGB value is (254,186,184). Sum of RGB (Red+Green+Blue) = 254+186+184=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAB8 is #014547. Grayscale: #CECECE. Windows color (decimal): -83272 or 12106494. OLE color: 12106494.

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

Color convert

RGB254186184-
CMYK00.270.280.00
HSL1.71º97.22%85.88%-
HSV(B)1.71º27.56%99.61%-
XYZ67.0859.6553.33-
YUV206.1115.53162.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 186 (73.05% from 255) = 29.81%
BLUE value IS 184 (72.27% from 255) = 29.49%
R=40.71%
G=29.81%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418618400.270.280.001.7197.2285.88
HexFEBAB801B1C026156
Octal3762722700333402141126
Binary1111111010111010101110000110111110001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEBAB8; }

 p { color: rgb(254,186,184); }

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

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

 a { background-color: rgb(254,186,184); }

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

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

 span { border-color: rgb(254,186,184); }

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