Html Css Color HEX #FBAB93 Rose Bud

📋 copy color: '#FBAB93'

red 251 ◦ green 171 ◦ blue 147

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

Shades of Rose Bud #FBAB93

Tints of Rose Bud #FBAB93

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.05%

 BLUE value IS 147 (57.81% from 255) = 25.83%

R = 44.11%
G = 30.05%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBAB93 (or 0xFBAB93) is known color: Rose Bud. HEX triplet: FB, AB and 93. RGB value is (251,171,147). Sum of RGB (Red+Green+Blue) = 251+171+147=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB93 is #04546C. Grayscale: #C0C0C0. Windows color (decimal): -283757 or 9677819. OLE color: 9677819.

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

Color convert

RGB 251 171 147 -
CMYK 0 0.32 0.41 0.02
HSL 13.85º 0.93% 0.78% -
HSV(B) 13.85º 0.41% 0.98% -
XYZ 59.61 51.74 34.45 -
YUV 192.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 251 171 147 0 0.32 0.41 0.02 13.85 0.93 0.78
Hex FB AB 93 0 20 29 2 E 5D 4E
Octal 373 253 223 0 40 51 2 16 135 116
Binary 11111011 10101011 10010011 0 100000 101001 10 1110 1011101 1001110

Color Harmonies of #FBAB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB93

Black with #FBAB93

Text Example


Text Example

White with #FBAB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB93; }

 p { color: rgb(251,171,147); }

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

background-color css

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

 a { background-color: rgb(251,171,147); }

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

border-color css

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

 span { border-color: rgb(251,171,147); }

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