Html Css Color HEX #FCAF8C Mandys Pink

📋 copy color: '#FCAF8C'

red 252 ◦ green 175 ◦ blue 140

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

Shades of Mandys Pink #FCAF8C

Tints of Mandys Pink #FCAF8C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.86%

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

R = 44.44%
G = 30.86%
B = 24.69%

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

#FCAF8C (or 0xFCAF8C) is known color: Mandys Pink. HEX triplet: FC, AF and 8C. RGB value is (252,175,140). Sum of RGB (Red+Green+Blue) = 252+175+140=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF8C is #035073. Grayscale: #C2C2C2. Windows color (decimal): -217204 or 9220092. OLE color: 9220092.

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

Color convert

RGB 252 175 140 -
CMYK 0 0.31 0.44 0.01
HSL 18.75º 0.95% 0.77% -
HSV(B) 18.75º 0.44% 0.99% -
XYZ 60.21 53.25 31.92 -
YUV 194.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 252 175 140 0 0.31 0.44 0.01 18.75 0.95 0.77
Hex FC AF 8C 0 1F 2C 1 13 5F 4D
Octal 374 257 214 0 37 54 1 23 137 115
Binary 11111100 10101111 10001100 0 11111 101100 1 10011 1011111 1001101

Color Harmonies of #FCAF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF8C

Black with #FCAF8C

Text Example


Text Example

White with #FCAF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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