Html Css Color HEX #FCAE8D Mandys Pink

📋 copy color: '#FCAE8D'

red 252 ◦ green 174 ◦ blue 141

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

Shades of Mandys Pink #FCAE8D

Tints of Mandys Pink #FCAE8D

RGB

 RED value IS 252 (98.83% from 255) = 44.44%

 GREEN value IS 174 (68.36% from 255) = 30.69%

 BLUE value IS 141 (55.47% from 255) = 24.87%

R = 44.44%
G = 30.69%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCAE8D (or 0xFCAE8D) is known color: Mandys Pink. HEX triplet: FC, AE and 8D. RGB value is (252,174,141). Sum of RGB (Red+Green+Blue) = 252+174+141=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAE8D is #035172. Grayscale: #C1C1C1. Windows color (decimal): -217459 or 9285372. OLE color: 9285372.

HSL color Cylindrical-coordinate representation of color #FCAE8D: hue angle of 17.84º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCAE8D is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 174 141 -
CMYK 0 0.31 0.44 0.01
HSL 17.84º 0.95% 0.77% -
HSV(B) 17.84º 0.44% 0.99% -
XYZ 60.09 52.89 32.24 -
YUV 193.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 252 174 141 0 0.31 0.44 0.01 17.84 0.95 0.77
Hex FC AE 8D 0 1F 2C 1 12 5F 4D
Octal 374 256 215 0 37 54 1 22 137 115
Binary 11111100 10101110 10001101 0 11111 101100 1 10010 1011111 1001101

Color Harmonies of #FCAE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE8D

Black with #FCAE8D

Text Example


Text Example

White with #FCAE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE8D; }

 p { color: rgb(252,174,141); }

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

background-color css

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

 a { background-color: rgb(252,174,141); }

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

border-color css

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

 span { border-color: rgb(252,174,141); }

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