Html Css Color HEX #FAB19F Rose Bud

📋 copy color: '#FAB19F'

red 250 ◦ green 177 ◦ blue 159

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

Shades of Rose Bud #FAB19F

Tints of Rose Bud #FAB19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.13%

R = 42.66%
G = 30.2%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAB19F (or 0xFAB19F) is known color: Rose Bud. HEX triplet: FA, B1 and 9F. RGB value is (250,177,159). Sum of RGB (Red+Green+Blue) = 250+177+159=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB19F is #054E60. Grayscale: #C4C4C4. Windows color (decimal): -347745 or 10465786. OLE color: 10465786.

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

Color convert

RGB 250 177 159 -
CMYK 0 0.29 0.36 0.02
HSL 11.87º 0.9% 0.8% -
HSV(B) 11.87º 0.36% 0.98% -
XYZ 61.4 54.27 40.04 -
YUV 196.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 250 177 159 0 0.29 0.36 0.02 11.87 0.9 0.8
Hex FA B1 9F 0 1D 24 2 C 5A 50
Octal 372 261 237 0 35 44 2 14 132 120
Binary 11111010 10110001 10011111 0 11101 100100 10 1100 1011010 1010000

Color Harmonies of #FAB19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB19F

Black with #FAB19F

Text Example


Text Example

White with #FAB19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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