Html Css Color HEX #FBAB9A Rose Bud

📋 copy color: '#FBAB9A'

red 251 ◦ green 171 ◦ blue 154

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

Shades of Rose Bud #FBAB9A

Tints of Rose Bud #FBAB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.74%

R = 43.58%
G = 29.69%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBAB9A (or 0xFBAB9A) is known color: Rose Bud. HEX triplet: FB, AB and 9A. RGB value is (251,171,154). Sum of RGB (Red+Green+Blue) = 251+171+154=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAB9A is #045465. Grayscale: #C1C1C1. Windows color (decimal): -283750 or 10136571. OLE color: 10136571.

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

Color convert

RGB 251 171 154 -
CMYK 0 0.32 0.39 0.02
HSL 10.52º 0.92% 0.79% -
HSV(B) 10.52º 0.39% 0.98% -
XYZ 60.18 51.97 37.43 -
YUV 192.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 251 171 154 0 0.32 0.39 0.02 10.52 0.92 0.79
Hex FB AB 9A 0 20 27 2 B 5C 4F
Octal 373 253 232 0 40 47 2 13 134 117
Binary 11111011 10101011 10011010 0 100000 100111 10 1011 1011100 1001111

Color Harmonies of #FBAB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB9A

Black with #FBAB9A

Text Example


Text Example

White with #FBAB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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