Html Css Color HEX #FEBAC8 Pink

📋 copy color: '#FEBAC8'

red 254 ◦ green 186 ◦ blue 200

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

Shades of Pink #FEBAC8

Tints of Pink #FEBAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.25%

R = 39.69%
G = 29.06%
B = 31.25%

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

#FEBAC8 (or 0xFEBAC8) is known color: Pink. HEX triplet: FE, BA and C8. RGB value is (254,186,200). Sum of RGB (Red+Green+Blue) = 254+186+200=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBAC8 is #014537. Grayscale: #CFCFCF. Windows color (decimal): -83256 or 13155070. OLE color: 13155070.

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

Color convert

RGB 254 186 200 -
CMYK 0 0.27 0.21 0.00
HSL 347.65º 0.97% 0.86% -
HSV(B) 347.65º 0.27% 1% -
XYZ 68.86 60.36 62.66 -
YUV 207.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 254 186 200 0 0.27 0.21 0.00 347.65 0.97 0.86
Hex FE BA C8 0 1B 15 0 15C 61 56
Octal 376 272 310 0 33 25 0 534 141 126
Binary 11111110 10111010 11001000 0 11011 10101 0 101011100 1100001 1010110

Color Harmonies of #FEBAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBAC8

Black with #FEBAC8

Text Example


Text Example

White with #FEBAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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