Html Css Color HEX #FBAF8D Mandys Pink

📋 copy color: '#FBAF8D'

red 251 ◦ green 175 ◦ blue 141

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

Shades of Mandys Pink #FBAF8D

Tints of Mandys Pink #FBAF8D

RGB

 RED value IS 251 (98.44% from 255) = 44.27%

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

 BLUE value IS 141 (55.47% from 255) = 24.87%

R = 44.27%
G = 30.86%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FBAF8D (or 0xFBAF8D) is known color: Mandys Pink. HEX triplet: FB, AF and 8D. RGB value is (251,175,141). Sum of RGB (Red+Green+Blue) = 251+175+141=567 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.27% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAF8D is #045072. Grayscale: #C2C2C2. Windows color (decimal): -282739 or 9285627. OLE color: 9285627.

HSL color Cylindrical-coordinate representation of color #FBAF8D: hue angle of 18.55º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBAF8D is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 175 141 -
CMYK 0 0.30 0.44 0.02
HSL 18.55º 0.93% 0.77% -
HSV(B) 18.55º 0.44% 0.98% -
XYZ 59.92 53.09 32.29 -
YUV 193.85 98.18 168.76 -
System Red Green Blue C M Y K H S L
Decimal 251 175 141 0 0.30 0.44 0.02 18.55 0.93 0.77
Hex FB AF 8D 0 1E 2C 2 13 5D 4D
Octal 373 257 215 0 36 54 2 23 135 115
Binary 11111011 10101111 10001101 0 11110 101100 10 10011 1011101 1001101

Color Harmonies of #FBAF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAF8D

Black with #FBAF8D

Text Example


Text Example

White with #FBAF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAF8D; }

 p { color: rgb(251,175,141); }

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

background-color css

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

 a { background-color: rgb(251,175,141); }

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

border-color css

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

 span { border-color: rgb(251,175,141); }

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