Html Css Color HEX #FAAC8D Rose Bud

📋 copy color: '#FAAC8D'

red 250 ◦ green 172 ◦ blue 141

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

Shades of Rose Bud #FAAC8D

Tints of Rose Bud #FAAC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.55%

 BLUE value IS 141 (55.47% from 255) = 25.04%

R = 44.4%
G = 30.55%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAAC8D (or 0xFAAC8D) is known color: Rose Bud. HEX triplet: FA, AC and 8D. RGB value is (250,172,141). Sum of RGB (Red+Green+Blue) = 250+172+141=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 141 (55.47% from 255 or 25.04% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAC8D is #055372. Grayscale: #BFBFBF. Windows color (decimal): -349043 or 9284858. OLE color: 9284858.

HSL color Cylindrical-coordinate representation of color #FAAC8D: hue angle of 17.06º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAAC8D is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 172 141 -
CMYK 0 0.31 0.44 0.02
HSL 17.06º 0.92% 0.77% -
HSV(B) 17.06º 0.44% 0.98% -
XYZ 58.98 51.75 32.08 -
YUV 191.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 250 172 141 0 0.31 0.44 0.02 17.06 0.92 0.77
Hex FA AC 8D 0 1F 2C 2 11 5C 4D
Octal 372 254 215 0 37 54 2 21 134 115
Binary 11111010 10101100 10001101 0 11111 101100 10 10001 1011100 1001101

Color Harmonies of #FAAC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC8D

Black with #FAAC8D

Text Example


Text Example

White with #FAAC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC8D; }

 p { color: rgb(250,172,141); }

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

background-color css

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

 a { background-color: rgb(250,172,141); }

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

border-color css

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

 span { border-color: rgb(250,172,141); }

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