Html Css Color HEX #FAA394 Rose Bud

📋 copy color: '#FAA394'

red 250 ◦ green 163 ◦ blue 148

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

Shades of Rose Bud #FAA394

Tints of Rose Bud #FAA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.06%

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

R = 44.56%
G = 29.06%
B = 26.38%

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

#FAA394 (or 0xFAA394) is known color: Rose Bud. HEX triplet: FA, A3 and 94. RGB value is (250,163,148). Sum of RGB (Red+Green+Blue) = 250+163+148=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA394 is #055C6B. Grayscale: #BBBBBB. Windows color (decimal): -351340 or 9741306. OLE color: 9741306.

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

Color convert

RGB 250 163 148 -
CMYK 0 0.35 0.41 0.02
HSL 8.82º 0.91% 0.78% -
HSV(B) 8.82º 0.41% 0.98% -
XYZ 57.87 48.66 34.36 -
YUV 187.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 250 163 148 0 0.35 0.41 0.02 8.82 0.91 0.78
Hex FA A3 94 0 23 29 2 9 5B 4E
Octal 372 243 224 0 43 51 2 11 133 116
Binary 11111010 10100011 10010100 0 100011 101001 10 1001 1011011 1001110

Color Harmonies of #FAA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA394

Black with #FAA394

Text Example


Text Example

White with #FAA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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