Html Css Color HEX #FAB19E Rose Bud

📋 copy color: '#FAB19E'

red 250 ◦ green 177 ◦ blue 158

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

Shades of Rose Bud #FAB19E

Tints of Rose Bud #FAB19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.01%

R = 42.74%
G = 30.26%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FAB19E (or 0xFAB19E) is known color: Rose Bud. HEX triplet: FA, B1 and 9E. RGB value is (250,177,158). Sum of RGB (Red+Green+Blue) = 250+177+158=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB19E is #054E61. Grayscale: #C4C4C4. Windows color (decimal): -347746 or 10400250. OLE color: 10400250.

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

Color convert

RGB 250 177 158 -
CMYK 0 0.29 0.37 0.02
HSL 12.39º 0.9% 0.8% -
HSV(B) 12.39º 0.37% 0.98% -
XYZ 61.32 54.24 39.58 -
YUV 196.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 250 177 158 0 0.29 0.37 0.02 12.39 0.9 0.8
Hex FA B1 9E 0 1D 25 2 C 5A 50
Octal 372 261 236 0 35 45 2 14 132 120
Binary 11111010 10110001 10011110 0 11101 100101 10 1100 1011010 1010000

Color Harmonies of #FAB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB19E

Black with #FAB19E

Text Example


Text Example

White with #FAB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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