Html Css Color HEX #FAA39B Rose Bud

📋 copy color: '#FAA39B'

red 250 ◦ green 163 ◦ blue 155

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

Shades of Rose Bud #FAA39B

Tints of Rose Bud #FAA39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.29%

R = 44.01%
G = 28.7%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAA39B (or 0xFAA39B) is known color: Rose Bud. HEX triplet: FA, A3 and 9B. RGB value is (250,163,155). Sum of RGB (Red+Green+Blue) = 250+163+155=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA39B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA39B is #055C64. Grayscale: #BCBCBC. Windows color (decimal): -351333 or 10200058. OLE color: 10200058.

HSL color Cylindrical-coordinate representation of color #FAA39B: hue angle of 5.05º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAA39B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 163 155 -
CMYK 0 0.35 0.38 0.02
HSL 5.05º 0.9% 0.79% -
HSV(B) 5.05º 0.38% 0.98% -
XYZ 58.44 48.88 37.37 -
YUV 188.1 109.32 172.15 -
System Red Green Blue C M Y K H S L
Decimal 250 163 155 0 0.35 0.38 0.02 5.05 0.9 0.79
Hex FA A3 9B 0 23 26 2 5 5A 4F
Octal 372 243 233 0 43 46 2 5 132 117
Binary 11111010 10100011 10011011 0 100011 100110 10 101 1011010 1001111

Color Harmonies of #FAA39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA39B

Black with #FAA39B

Text Example


Text Example

White with #FAA39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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