Html Css Color HEX #FAA593 Rose Bud

📋 copy color: '#FAA593'

red 250 ◦ green 165 ◦ blue 147

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

Shades of Rose Bud #FAA593

Tints of Rose Bud #FAA593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.16%

R = 44.48%
G = 29.36%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAA593 (or 0xFAA593) is known color: Rose Bud. HEX triplet: FA, A5 and 93. RGB value is (250,165,147). Sum of RGB (Red+Green+Blue) = 250+165+147=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 165 (64.84% from 255 or 29.36% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA593 is #055A6C. Grayscale: #BCBCBC. Windows color (decimal): -350829 or 9676282. OLE color: 9676282.

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

Color convert

RGB 250 165 147 -
CMYK 0 0.34 0.41 0.02
HSL 10.49º 0.91% 0.78% -
HSV(B) 10.49º 0.41% 0.98% -
XYZ 58.15 49.34 34.06 -
YUV 188.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 250 165 147 0 0.34 0.41 0.02 10.49 0.91 0.78
Hex FA A5 93 0 22 29 2 A 5B 4E
Octal 372 245 223 0 42 51 2 12 133 116
Binary 11111010 10100101 10010011 0 100010 101001 10 1010 1011011 1001110

Color Harmonies of #FAA593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA593

Black with #FAA593

Text Example


Text Example

White with #FAA593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA593; }

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

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

background-color css

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

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

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

border-color css

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

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

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