Html Css Color HEX #FEBD9C Mandys Pink

📋 copy color: '#FEBD9C'

red 254 ◦ green 189 ◦ blue 156

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

Shades of Mandys Pink #FEBD9C

Tints of Mandys Pink #FEBD9C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.55%

 BLUE value IS 156 (61.33% from 255) = 26.04%

R = 42.4%
G = 31.55%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEBD9C (or 0xFEBD9C) is known color: Mandys Pink. HEX triplet: FE, BD and 9C. RGB value is (254,189,156). Sum of RGB (Red+Green+Blue) = 254+189+156=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEBD9C is #014263. Grayscale: #CCCCCC. Windows color (decimal): -82532 or 10272254. OLE color: 10272254.

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

Color convert

RGB 254 189 156 -
CMYK 0 0.26 0.39 0.00
HSL 20.2º 0.98% 0.8% -
HSV(B) 20.2º 0.39% 1% -
XYZ 65.07 59.87 39.58 -
YUV 204.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 254 189 156 0 0.26 0.39 0.00 20.2 0.98 0.8
Hex FE BD 9C 0 1A 27 0 14 62 50
Octal 376 275 234 0 32 47 0 24 142 120
Binary 11111110 10111101 10011100 0 11010 100111 0 10100 1100010 1010000

Color Harmonies of #FEBD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEBD9C

Black with #FEBD9C

Text Example


Text Example

White with #FEBD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEBD9C; }

 p { color: rgb(254,189,156); }

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

background-color css

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

 a { background-color: rgb(254,189,156); }

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

border-color css

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

 span { border-color: rgb(254,189,156); }

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