Html Css Color HEX #FDAF8F Mandys Pink

📋 copy color: '#FDAF8F'

red 253 ◦ green 175 ◦ blue 143

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

Shades of Mandys Pink #FDAF8F

Tints of Mandys Pink #FDAF8F

RGB

 RED value IS 253 (99.22% from 255) = 44.31%

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

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

R = 44.31%
G = 30.65%
B = 25.04%

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

#FDAF8F (or 0xFDAF8F) is known color: Mandys Pink. HEX triplet: FD, AF and 8F. RGB value is (253,175,143). Sum of RGB (Red+Green+Blue) = 253+175+143=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAF8F is #025070. Grayscale: #C2C2C2. Windows color (decimal): -151665 or 9416701. OLE color: 9416701.

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

Color convert

RGB 253 175 143 -
CMYK 0 0.31 0.43 0.01
HSL 17.45º 0.96% 0.78% -
HSV(B) 17.45º 0.43% 0.99% -
XYZ 60.8 53.53 33.11 -
YUV 194.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 253 175 143 0 0.31 0.43 0.01 17.45 0.96 0.78
Hex FD AF 8F 0 1F 2B 1 11 60 4E
Octal 375 257 217 0 37 53 1 21 140 116
Binary 11111101 10101111 10001111 0 11111 101011 1 10001 1100000 1001110

Color Harmonies of #FDAF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAF8F

Black with #FDAF8F

Text Example


Text Example

White with #FDAF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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