Html Css Color HEX #FAA094 Rose Bud

📋 copy color: '#FAA094'

red 250 ◦ green 160 ◦ blue 148

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

Shades of Rose Bud #FAA094

Tints of Rose Bud #FAA094

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.67%

 BLUE value IS 148 (58.2% from 255) = 26.52%

R = 44.8%
G = 28.67%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FAA094 (or 0xFAA094) is known color: Rose Bud. HEX triplet: FA, A0 and 94. RGB value is (250,160,148). Sum of RGB (Red+Green+Blue) = 250+160+148=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA094 is #055F6B. Grayscale: #B9B9B9. Windows color (decimal): -352108 or 9740538. OLE color: 9740538.

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

Color convert

RGB 250 160 148 -
CMYK 0 0.36 0.41 0.02
HSL 7.06º 0.91% 0.78% -
HSV(B) 7.06º 0.41% 0.98% -
XYZ 57.34 47.6 34.18 -
YUV 185.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 250 160 148 0 0.36 0.41 0.02 7.06 0.91 0.78
Hex FA A0 94 0 24 29 2 7 5B 4E
Octal 372 240 224 0 44 51 2 7 133 116
Binary 11111010 10100000 10010100 0 100100 101001 10 111 1011011 1001110

Color Harmonies of #FAA094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA094

Black with #FAA094

Text Example


Text Example

White with #FAA094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA094; }

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

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

background-color css

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

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

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

border-color css

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

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

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