Html Css Color HEX #FEBCA2 Mandys Pink

📋 copy color: '#FEBCA2'

red 254 ◦ green 188 ◦ blue 162

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

Shades of Mandys Pink #FEBCA2

Tints of Mandys Pink #FEBCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.82%

R = 42.05%
G = 31.13%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEBCA2 (or 0xFEBCA2) is known color: Mandys Pink. HEX triplet: FE, BC and A2. RGB value is (254,188,162). Sum of RGB (Red+Green+Blue) = 254+188+162=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBCA2 is #01435D. Grayscale: #CCCCCC. Windows color (decimal): -82782 or 10665214. OLE color: 10665214.

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

Color convert

RGB 254 188 162 -
CMYK 0 0.26 0.36 0.00
HSL 16.96º 0.98% 0.82% -
HSV(B) 16.96º 0.36% 1% -
XYZ 65.38 59.65 42.25 -
YUV 204.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 254 188 162 0 0.26 0.36 0.00 16.96 0.98 0.82
Hex FE BC A2 0 1A 24 0 11 62 52
Octal 376 274 242 0 32 44 0 21 142 122
Binary 11111110 10111100 10100010 0 11010 100100 0 10001 1100010 1010010

Color Harmonies of #FEBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBCA2

Black with #FEBCA2

Text Example


Text Example

White with #FEBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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