Html Css Color HEX #FCAF8B Mandys Pink

📋 copy color: '#FCAF8B'

red 252 ◦ green 175 ◦ blue 139

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

Shades of Mandys Pink #FCAF8B

Tints of Mandys Pink #FCAF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.56%

R = 44.52%
G = 30.92%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCAF8B (or 0xFCAF8B) is known color: Mandys Pink. HEX triplet: FC, AF and 8B. RGB value is (252,175,139). Sum of RGB (Red+Green+Blue) = 252+175+139=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAF8B is #035074. Grayscale: #C2C2C2. Windows color (decimal): -217205 or 9154556. OLE color: 9154556.

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

Color convert

RGB 252 175 139 -
CMYK 0 0.31 0.45 0.01
HSL 19.12º 0.95% 0.77% -
HSV(B) 19.12º 0.45% 0.99% -
XYZ 60.14 53.22 31.53 -
YUV 193.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 252 175 139 0 0.31 0.45 0.01 19.12 0.95 0.77
Hex FC AF 8B 0 1F 2D 1 13 5F 4D
Octal 374 257 213 0 37 55 1 23 137 115
Binary 11111100 10101111 10001011 0 11111 101101 1 10011 1011111 1001101

Color Harmonies of #FCAF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF8B

Black with #FCAF8B

Text Example


Text Example

White with #FCAF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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