Html Css Color HEX #FAA396 Rose Bud

📋 copy color: '#FAA396'

red 250 ◦ green 163 ◦ blue 150

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

Shades of Rose Bud #FAA396

Tints of Rose Bud #FAA396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.64%

R = 44.4%
G = 28.95%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#FAA396 (or 0xFAA396) is known color: Rose Bud. HEX triplet: FA, A3 and 96. RGB value is (250,163,150). Sum of RGB (Red+Green+Blue) = 250+163+150=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA396 is #055C69. Grayscale: #BBBBBB. Windows color (decimal): -351338 or 9872378. OLE color: 9872378.

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

Color convert

RGB 250 163 150 -
CMYK 0 0.35 0.4 0.02
HSL 7.8º 0.91% 0.78% -
HSV(B) 7.8º 0.4% 0.98% -
XYZ 58.03 48.72 35.2 -
YUV 187.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 250 163 150 0 0.35 0.4 0.02 7.8 0.91 0.78
Hex FA A3 96 0 23 28 2 8 5B 4E
Octal 372 243 226 0 43 50 2 10 133 116
Binary 11111010 10100011 10010110 0 100011 101000 10 1000 1011011 1001110

Color Harmonies of #FAA396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA396

Black with #FAA396

Text Example


Text Example

White with #FAA396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA396; }

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

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

background-color css

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

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

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

border-color css

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

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

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