Html Css Color HEX #FEBAC9 Pink

📋 copy color: '#FEBAC9'

red 254 ◦ green 186 ◦ blue 201

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

Shades of Pink #FEBAC9

Tints of Pink #FEBAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.36%

R = 39.63%
G = 29.02%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEBAC9 (or 0xFEBAC9) is known color: Pink. HEX triplet: FE, BA and C9. RGB value is (254,186,201). Sum of RGB (Red+Green+Blue) = 254+186+201=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAC9 is #014536. Grayscale: #D0D0D0. Windows color (decimal): -83255 or 13220606. OLE color: 13220606.

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

Color convert

RGB 254 186 201 -
CMYK 0 0.27 0.21 0.00
HSL 346.76º 0.97% 0.86% -
HSV(B) 346.76º 0.27% 1% -
XYZ 68.97 60.41 63.28 -
YUV 208.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 254 186 201 0 0.27 0.21 0.00 346.76 0.97 0.86
Hex FE BA C9 0 1B 15 0 15B 61 56
Octal 376 272 311 0 33 25 0 533 141 126
Binary 11111110 10111010 11001001 0 11011 10101 0 101011011 1100001 1010110

Color Harmonies of #FEBAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAC9

Black with #FEBAC9

Text Example


Text Example

White with #FEBAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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