Html Css Color HEX #FAA293 Rose Bud

📋 copy color: '#FAA293'

red 250 ◦ green 162 ◦ blue 147

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

Shades of Rose Bud #FAA293

Tints of Rose Bud #FAA293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.98%

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

R = 44.72%
G = 28.98%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAA293 (or 0xFAA293) is known color: Rose Bud. HEX triplet: FA, A2 and 93. RGB value is (250,162,147). Sum of RGB (Red+Green+Blue) = 250+162+147=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA293 is #055D6C. Grayscale: #BABABA. Windows color (decimal): -351597 or 9675514. OLE color: 9675514.

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

Color convert

RGB 250 162 147 -
CMYK 0 0.35 0.41 0.02
HSL 8.74º 0.91% 0.78% -
HSV(B) 8.74º 0.41% 0.98% -
XYZ 57.61 48.27 33.88 -
YUV 186.6 105.65 173.22 -
System Red Green Blue C M Y K H S L
Decimal 250 162 147 0 0.35 0.41 0.02 8.74 0.91 0.78
Hex FA A2 93 0 23 29 2 9 5B 4E
Octal 372 242 223 0 43 51 2 11 133 116
Binary 11111010 10100010 10010011 0 100011 101001 10 1001 1011011 1001110

Color Harmonies of #FAA293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA293

Black with #FAA293

Text Example


Text Example

White with #FAA293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA293; }

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

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

background-color css

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

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

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

border-color css

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

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

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