Html Css Color HEX #FBAF90 Mandys Pink

📋 copy color: '#FBAF90'

red 251 ◦ green 175 ◦ blue 144

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

Shades of Mandys Pink #FBAF90

Tints of Mandys Pink #FBAF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.26%

R = 44.04%
G = 30.7%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBAF90 (or 0xFBAF90) is known color: Mandys Pink. HEX triplet: FB, AF and 90. RGB value is (251,175,144). Sum of RGB (Red+Green+Blue) = 251+175+144=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAF90 is #04506F. Grayscale: #C2C2C2. Windows color (decimal): -282736 or 9482235. OLE color: 9482235.

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

Color convert

RGB 251 175 144 -
CMYK 0 0.30 0.43 0.02
HSL 17.38º 0.93% 0.77% -
HSV(B) 17.38º 0.43% 0.98% -
XYZ 60.15 53.18 33.48 -
YUV 194.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 251 175 144 0 0.30 0.43 0.02 17.38 0.93 0.77
Hex FB AF 90 0 1E 2B 2 11 5D 4D
Octal 373 257 220 0 36 53 2 21 135 115
Binary 11111011 10101111 10010000 0 11110 101011 10 10001 1011101 1001101

Color Harmonies of #FBAF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAF90

Black with #FBAF90

Text Example


Text Example

White with #FBAF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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