Html Css Color HEX #FBAFA1 Rose Bud

📋 copy color: '#FBAFA1'

red 251 ◦ green 175 ◦ blue 161

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

Shades of Rose Bud #FBAFA1

Tints of Rose Bud #FBAFA1

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 value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBAFA1 (or 0xFBAFA1) is known color: 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

RGB 251 175 161 -
CMYK 0 0.30 0.36 0.02
HSL 9.33º 0.92% 0.81% -
HSV(B) 9.33º 0.36% 0.98% -
XYZ 61.55 53.74 40.85 -
YUV 196.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 251 175 161 0 0.30 0.36 0.02 9.33 0.92 0.81
Hex FB AF A1 0 1E 24 2 9 5C 51
Octal 373 257 241 0 36 44 2 11 134 121
Binary 11111011 10101111 10100001 0 11110 100100 10 1001 1011100 1010001

Color Harmonies of #FBAFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAFA1

Black with #FBAFA1

Text Example


Text Example

White with #FBAFA1

Text Example


Text Example

HTML Codes & Css Web 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>