Html Css Color HEX #FAA39C Rose Bud

📋 copy color: '#FAA39C'

red 250 ◦ green 163 ◦ blue 156

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

Shades of Rose Bud #FAA39C

Tints of Rose Bud #FAA39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.42%

R = 43.94%
G = 28.65%
B = 27.42%

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

#FAA39C (or 0xFAA39C) is known color: Rose Bud. HEX triplet: FA, A3 and 9C. RGB value is (250,163,156). Sum of RGB (Red+Green+Blue) = 250+163+156=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA39C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA39C is #055C63. Grayscale: #BCBCBC. Windows color (decimal): -351332 or 10265594. OLE color: 10265594.

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

Color convert

RGB 250 163 156 -
CMYK 0 0.35 0.38 0.02
HSL 4.47º 0.9% 0.8% -
HSV(B) 4.47º 0.38% 0.98% -
XYZ 58.52 48.92 37.81 -
YUV 188.22 109.82 172.07 -
System Red Green Blue C M Y K H S L
Decimal 250 163 156 0 0.35 0.38 0.02 4.47 0.9 0.8
Hex FA A3 9C 0 23 26 2 4 5A 50
Octal 372 243 234 0 43 46 2 4 132 120
Binary 11111010 10100011 10011100 0 100011 100110 10 100 1011010 1010000

Color Harmonies of #FAA39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA39C

Black with #FAA39C

Text Example


Text Example

White with #FAA39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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