Html Css Color HEX #FAB29E Rose Bud

📋 copy color: '#FAB29E'

red 250 ◦ green 178 ◦ blue 158

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

Shades of Rose Bud #FAB29E

Tints of Rose Bud #FAB29E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.38%

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

R = 42.66%
G = 30.38%
B = 26.96%

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

#FAB29E (or 0xFAB29E) is known color: Rose Bud. HEX triplet: FA, B2 and 9E. RGB value is (250,178,158). Sum of RGB (Red+Green+Blue) = 250+178+158=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB29E is #054D61. Grayscale: #C5C5C5. Windows color (decimal): -347490 or 10400506. OLE color: 10400506.

HSL color Cylindrical-coordinate representation of color #FAB29E: hue angle of 13.04º 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 #FAB29E is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 178 158 -
CMYK 0 0.29 0.37 0.02
HSL 13.04º 0.9% 0.8% -
HSV(B) 13.04º 0.37% 0.98% -
XYZ 61.52 54.63 39.65 -
YUV 197.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 250 178 158 0 0.29 0.37 0.02 13.04 0.9 0.8
Hex FA B2 9E 0 1D 25 2 D 5A 50
Octal 372 262 236 0 35 45 2 15 132 120
Binary 11111010 10110010 10011110 0 11101 100101 10 1101 1011010 1010000

Color Harmonies of #FAB29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB29E

Black with #FAB29E

Text Example


Text Example

White with #FAB29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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