Html Css Color HEX #FEBCA1 Mandys Pink

📋 copy color: '#FEBCA1'

red 254 ◦ green 188 ◦ blue 161

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

Shades of Mandys Pink #FEBCA1

Tints of Mandys Pink #FEBCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.7%

R = 42.12%
G = 31.18%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEBCA1 (or 0xFEBCA1) is known color: Mandys Pink. HEX triplet: FE, BC and A1. RGB value is (254,188,161). Sum of RGB (Red+Green+Blue) = 254+188+161=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBCA1 is #01435E. Grayscale: #CCCCCC. Windows color (decimal): -82783 or 10599678. OLE color: 10599678.

HSL color Cylindrical-coordinate representation of color #FEBCA1: hue angle of 17.42º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEBCA1 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 188 161 -
CMYK 0 0.26 0.37 0.00
HSL 17.42º 0.98% 0.81% -
HSV(B) 17.42º 0.37% 1% -
XYZ 65.29 59.61 41.78 -
YUV 204.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 254 188 161 0 0.26 0.37 0.00 17.42 0.98 0.81
Hex FE BC A1 0 1A 25 0 11 62 51
Octal 376 274 241 0 32 45 0 21 142 121
Binary 11111110 10111100 10100001 0 11010 100101 0 10001 1100010 1010001

Color Harmonies of #FEBCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCA1

Black with #FEBCA1

Text Example


Text Example

White with #FEBCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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