Html Css Color HEX #FAB19B Rose Bud

📋 copy color: '#FAB19B'

red 250 ◦ green 177 ◦ blue 155

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

Shades of Rose Bud #FAB19B

Tints of Rose Bud #FAB19B

RGB

 RED value IS 250 (98.05% from 255) = 42.96%

 GREEN value IS 177 (69.53% from 255) = 30.41%

 BLUE value IS 155 (60.94% from 255) = 26.63%

R = 42.96%
G = 30.41%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAB19B (or 0xFAB19B) is known color: Rose Bud. HEX triplet: FA, B1 and 9B. RGB value is (250,177,155). Sum of RGB (Red+Green+Blue) = 250+177+155=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB19B is #054E64. Grayscale: #C4C4C4. Windows color (decimal): -347749 or 10203642. OLE color: 10203642.

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

Color convert

RGB 250 177 155 -
CMYK 0 0.29 0.38 0.02
HSL 13.89º 0.9% 0.79% -
HSV(B) 13.89º 0.38% 0.98% -
XYZ 61.06 54.13 38.24 -
YUV 196.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 250 177 155 0 0.29 0.38 0.02 13.89 0.9 0.79
Hex FA B1 9B 0 1D 26 2 E 5A 4F
Octal 372 261 233 0 35 46 2 16 132 117
Binary 11111010 10110001 10011011 0 11101 100110 10 1110 1011010 1001111

Color Harmonies of #FAB19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB19B

Black with #FAB19B

Text Example


Text Example

White with #FAB19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB19B; }

 p { color: rgb(250,177,155); }

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

background-color css

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

 a { background-color: rgb(250,177,155); }

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

border-color css

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

 span { border-color: rgb(250,177,155); }

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