Html Css Color HEX #FAB0A0 Rose Bud

📋 copy color: '#FAB0A0'

red 250 ◦ green 176 ◦ blue 160

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

Shades of Rose Bud #FAB0A0

Tints of Rose Bud #FAB0A0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.03%

 BLUE value IS 160 (62.89% from 255) = 27.3%

R = 42.66%
G = 30.03%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAB0A0 (or 0xFAB0A0) is known color: Rose Bud. HEX triplet: FA, B0 and A0. RGB value is (250,176,160). Sum of RGB (Red+Green+Blue) = 250+176+160=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB0A0 is #054F5F. Grayscale: #C4C4C4. Windows color (decimal): -348000 or 10531066. OLE color: 10531066.

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

Color convert

RGB 250 176 160 -
CMYK 0 0.30 0.36 0.02
HSL 10.67º 0.9% 0.8% -
HSV(B) 10.67º 0.36% 0.98% -
XYZ 61.29 53.91 40.43 -
YUV 196.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 250 176 160 0 0.30 0.36 0.02 10.67 0.9 0.8
Hex FA B0 A0 0 1E 24 2 B 5A 50
Octal 372 260 240 0 36 44 2 13 132 120
Binary 11111010 10110000 10100000 0 11110 100100 10 1011 1011010 1010000

Color Harmonies of #FAB0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0A0

Black with #FAB0A0

Text Example


Text Example

White with #FAB0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0A0; }

 p { color: rgb(250,176,160); }

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

background-color css

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

 a { background-color: rgb(250,176,160); }

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

border-color css

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

 span { border-color: rgb(250,176,160); }

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