#FBAFA1

Color #FBAFA1 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FBAFA1

Tints of Rose Bud #FBAFA1

Color information

#FBAFA1 (or 0xFBAFA1) is unknown color: approx Rose Bud. HEX triplet: FB, AF and A1. RGB value is (251,175,161). Sum of RGB (Red+Green+Blue) = 251+175+161=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAFA1 is #04505E. Grayscale: #C4C4C4. Windows color (decimal): -282719 or 10596347. OLE color: 10596347.

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

Color convert

RGB251175161-
CMYK00.300.360.02
HSL9.33º91.84%80.78%-
HSV(B)9.33º35.86%98.43%-
XYZ61.5553.7440.85-
YUV196.13108.18167.14-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.76%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 161 (63.28% from 255) = 27.43%
R=42.76%
G=29.81%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117516100.300.360.029.3391.8480.78
HexFBAFA101E24295c51
Octal37325724103644211134121
Binary11111011101011111010000101111010010010100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFA1; }

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

 H1.HeaderClassName
 {
   color: #FBAFA1;
 }
 .AnyTagClassName
 {
   color: #FBAFA1;
 }
</style>
background-color css

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

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

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

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

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

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