Html Css Color HEX #FCAE8C Mandys Pink

📋 copy color: '#FCAE8C'

red 252 ◦ green 174 ◦ blue 140

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

Shades of Mandys Pink #FCAE8C

Tints of Mandys Pink #FCAE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.73%

R = 44.52%
G = 30.74%
B = 24.73%

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

#FCAE8C (or 0xFCAE8C) is known color: Mandys Pink. HEX triplet: FC, AE and 8C. RGB value is (252,174,140). Sum of RGB (Red+Green+Blue) = 252+174+140=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAE8C is #035173. Grayscale: #C1C1C1. Windows color (decimal): -217460 or 9219836. OLE color: 9219836.

HSL color Cylindrical-coordinate representation of color #FCAE8C: hue angle of 18.21º 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 #FCAE8C is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 174 140 -
CMYK 0 0.31 0.44 0.01
HSL 18.21º 0.95% 0.77% -
HSV(B) 18.21º 0.44% 0.99% -
XYZ 60.01 52.86 31.85 -
YUV 193.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 252 174 140 0 0.31 0.44 0.01 18.21 0.95 0.77
Hex FC AE 8C 0 1F 2C 1 12 5F 4D
Octal 374 256 214 0 37 54 1 22 137 115
Binary 11111100 10101110 10001100 0 11111 101100 1 10010 1011111 1001101

Color Harmonies of #FCAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAE8C

Black with #FCAE8C

Text Example


Text Example

White with #FCAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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