Html Css Color HEX #FEBACB Pink

📋 copy color: '#FEBACB'

red 254 ◦ green 186 ◦ blue 203

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

Shades of Pink #FEBACB

Tints of Pink #FEBACB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.93%

 BLUE value IS 203 (79.69% from 255) = 31.57%

R = 39.5%
G = 28.93%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEBACB (or 0xFEBACB) is known color: Pink. HEX triplet: FE, BA and CB. RGB value is (254,186,203). Sum of RGB (Red+Green+Blue) = 254+186+203=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBACB is #014534. Grayscale: #D0D0D0. Windows color (decimal): -83253 or 13351678. OLE color: 13351678.

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

Color convert

RGB 254 186 203 -
CMYK 0 0.27 0.20 0.00
HSL 345º 0.97% 0.86% -
HSV(B) 345º 0.27% 1% -
XYZ 69.21 60.5 64.53 -
YUV 208.27 125.03 160.62 -
System Red Green Blue C M Y K H S L
Decimal 254 186 203 0 0.27 0.20 0.00 345 0.97 0.86
Hex FE BA CB 0 1B 14 0 159 61 56
Octal 376 272 313 0 33 24 0 531 141 126
Binary 11111110 10111010 11001011 0 11011 10100 0 101011001 1100001 1010110

Color Harmonies of #FEBACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBACB

Black with #FEBACB

Text Example


Text Example

White with #FEBACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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