Html Css Color HEX #FAA595 Rose Bud

📋 copy color: '#FAA595'

red 250 ◦ green 165 ◦ blue 149

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

Shades of Rose Bud #FAA595

Tints of Rose Bud #FAA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.26%

 BLUE value IS 149 (58.59% from 255) = 26.42%

R = 44.33%
G = 29.26%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FAA595 (or 0xFAA595) is known color: Rose Bud. HEX triplet: FA, A5 and 95. RGB value is (250,165,149). Sum of RGB (Red+Green+Blue) = 250+165+149=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA595 is #055A6A. Grayscale: #BCBCBC. Windows color (decimal): -350827 or 9807354. OLE color: 9807354.

HSL color Cylindrical-coordinate representation of color #FAA595: hue angle of 9.5º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAA595 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 165 149 -
CMYK 0 0.34 0.40 0.02
HSL 9.5º 0.91% 0.78% -
HSV(B) 9.5º 0.4% 0.98% -
XYZ 58.3 49.4 34.9 -
YUV 188.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 250 165 149 0 0.34 0.40 0.02 9.5 0.91 0.78
Hex FA A5 95 0 22 28 2 A 5B 4E
Octal 372 245 225 0 42 50 2 12 133 116
Binary 11111010 10100101 10010101 0 100010 101000 10 1010 1011011 1001110

Color Harmonies of #FAA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA595

Black with #FAA595

Text Example


Text Example

White with #FAA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA595; }

 p { color: rgb(250,165,149); }

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

background-color css

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

 a { background-color: rgb(250,165,149); }

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

border-color css

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

 span { border-color: rgb(250,165,149); }

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