Html Css Color HEX #FFAF8A Mandys Pink

📋 copy color: '#FFAF8A'

red 255 ◦ green 175 ◦ blue 138

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

Shades of Mandys Pink #FFAF8A

Tints of Mandys Pink #FFAF8A

RGB

 RED value IS 255 (100% from 255) = 44.89%

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

 BLUE value IS 138 (54.3% from 255) = 24.3%

R = 44.89%
G = 30.81%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FFAF8A (or 0xFFAF8A) is known color: Mandys Pink. HEX triplet: FF, AF and 8A. RGB value is (255,175,138). Sum of RGB (Red+Green+Blue) = 255+175+138=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF8A is #005075. Grayscale: #C2C2C2. Windows color (decimal): -20598 or 9089023. OLE color: 9089023.

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

Color convert

RGB 255 175 138 -
CMYK 0 0.31 0.46 0
HSL 18.97º 1% 0.77% -
HSV(B) 18.97º 0.46% 1% -
XYZ 61.16 53.75 31.2 -
YUV 194.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 255 175 138 0 0.31 0.46 0 18.97 1 0.77
Hex FF AF 8A 0 1F 2E 0 13 64 4D
Octal 377 257 212 0 37 56 0 23 144 115
Binary 11111111 10101111 10001010 0 11111 101110 0 10011 1100100 1001101

Color Harmonies of #FFAF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF8A

Black with #FFAF8A

Text Example


Text Example

White with #FFAF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF8A; }

 p { color: rgb(255,175,138); }

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

background-color css

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

 a { background-color: rgb(255,175,138); }

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

border-color css

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

 span { border-color: rgb(255,175,138); }

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