Html Css Color HEX #FEBCB9 Your Pink

📋 copy color: '#FEBCB9'

red 254 ◦ green 188 ◦ blue 185

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

Shades of Your Pink #FEBCB9

Tints of Your Pink #FEBCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.51%

R = 40.51%
G = 29.98%
B = 29.51%

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

#FEBCB9 (or 0xFEBCB9) is known color: Your Pink. HEX triplet: FE, BC and B9. RGB value is (254,188,185). Sum of RGB (Red+Green+Blue) = 254+188+185=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 185 (72.66% from 255 or 29.51% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCB9 is #014346. Grayscale: #CFCFCF. Windows color (decimal): -82759 or 12172542. OLE color: 12172542.

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

Color convert

RGB 254 188 185 -
CMYK 0 0.26 0.27 0.00
HSL 2.61º 0.97% 0.86% -
HSV(B) 2.61º 0.27% 1% -
XYZ 67.61 60.54 54.02 -
YUV 207.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 254 188 185 0 0.26 0.27 0.00 2.61 0.97 0.86
Hex FE BC B9 0 1A 1B 0 3 61 56
Octal 376 274 271 0 32 33 0 3 141 126
Binary 11111110 10111100 10111001 0 11010 11011 0 11 1100001 1010110

Color Harmonies of #FEBCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCB9

Black with #FEBCB9

Text Example


Text Example

White with #FEBCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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