Html Css Color HEX #FEBACD Pink

📋 copy color: '#FEBACD'

red 254 ◦ green 186 ◦ blue 205

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

Shades of Pink #FEBACD

Tints of Pink #FEBACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.78%

R = 39.38%
G = 28.84%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEBACD (or 0xFEBACD) is known color: Pink. HEX triplet: FE, BA and CD. RGB value is (254,186,205). Sum of RGB (Red+Green+Blue) = 254+186+205=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBACD is #014532. Grayscale: #D0D0D0. Windows color (decimal): -83251 or 13482750. OLE color: 13482750.

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

Color convert

RGB 254 186 205 -
CMYK 0 0.27 0.19 0.00
HSL 343.24º 0.97% 0.86% -
HSV(B) 343.24º 0.27% 1% -
XYZ 69.45 60.6 65.79 -
YUV 208.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 254 186 205 0 0.27 0.19 0.00 343.24 0.97 0.86
Hex FE BA CD 0 1B 13 0 157 61 56
Octal 376 272 315 0 33 23 0 527 141 126
Binary 11111110 10111010 11001101 0 11011 10011 0 101010111 1100001 1010110

Color Harmonies of #FEBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBACD

Black with #FEBACD

Text Example


Text Example

White with #FEBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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