Html Css Color HEX #FCAF8F Mandys Pink

📋 copy color: '#FCAF8F'

red 252 ◦ green 175 ◦ blue 143

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

Shades of Mandys Pink #FCAF8F

Tints of Mandys Pink #FCAF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.09%

R = 44.21%
G = 30.7%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCAF8F (or 0xFCAF8F) is known color: Mandys Pink. HEX triplet: FC, AF and 8F. RGB value is (252,175,143). Sum of RGB (Red+Green+Blue) = 252+175+143=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 143 (56.25% from 255 or 25.09% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF8F is #035070. Grayscale: #C2C2C2. Windows color (decimal): -217201 or 9416700. OLE color: 9416700.

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

Color convert

RGB 252 175 143 -
CMYK 0 0.31 0.43 0.01
HSL 17.61º 0.95% 0.77% -
HSV(B) 17.61º 0.43% 0.99% -
XYZ 60.43 53.34 33.1 -
YUV 194.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 252 175 143 0 0.31 0.43 0.01 17.61 0.95 0.77
Hex FC AF 8F 0 1F 2B 1 12 5F 4D
Octal 374 257 217 0 37 53 1 22 137 115
Binary 11111100 10101111 10001111 0 11111 101011 1 10010 1011111 1001101

Color Harmonies of #FCAF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF8F

Black with #FCAF8F

Text Example


Text Example

White with #FCAF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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