Html Css Color HEX #FEBCBA Your Pink

📋 copy color: '#FEBCBA'

red 254 ◦ green 188 ◦ blue 186

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

Shades of Your Pink #FEBCBA

Tints of Your Pink #FEBCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.94%

 BLUE value IS 186 (73.05% from 255) = 29.62%

R = 40.45%
G = 29.94%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEBCBA (or 0xFEBCBA) is known color: Your Pink. HEX triplet: FE, BC and BA. RGB value is (254,188,186). Sum of RGB (Red+Green+Blue) = 254+188+186=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 188 (73.83% from 255 or 29.94% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCBA is #014345. Grayscale: #CFCFCF. Windows color (decimal): -82758 or 12238078. OLE color: 12238078.

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

Color convert

RGB 254 188 186 -
CMYK 0 0.26 0.27 0.00
HSL 1.76º 0.97% 0.86% -
HSV(B) 1.76º 0.27% 1% -
XYZ 67.72 60.58 54.58 -
YUV 207.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 254 188 186 0 0.26 0.27 0.00 1.76 0.97 0.86
Hex FE BC BA 0 1A 1B 0 2 61 56
Octal 376 274 272 0 32 33 0 2 141 126
Binary 11111110 10111100 10111010 0 11010 11011 0 10 1100001 1010110

Color Harmonies of #FEBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCBA

Black with #FEBCBA

Text Example


Text Example

White with #FEBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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