Html Css Color HEX #FAAC9A Rose Bud

📋 copy color: '#FAAC9A'

red 250 ◦ green 172 ◦ blue 154

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

Shades of Rose Bud #FAAC9A

Tints of Rose Bud #FAAC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.74%

R = 43.4%
G = 29.86%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FAAC9A (or 0xFAAC9A) is known color: Rose Bud. HEX triplet: FA, AC and 9A. RGB value is (250,172,154). Sum of RGB (Red+Green+Blue) = 250+172+154=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 172 (67.58% from 255 or 29.86% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAC9A is #055365. Grayscale: #C1C1C1. Windows color (decimal): -349030 or 10136826. OLE color: 10136826.

HSL color Cylindrical-coordinate representation of color #FAAC9A: hue angle of 11.25º degrees, saturation: 0.91, 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 #FAAC9A is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 172 154 -
CMYK 0 0.31 0.38 0.02
HSL 11.25º 0.91% 0.79% -
HSV(B) 11.25º 0.38% 0.98% -
XYZ 60.01 52.16 37.48 -
YUV 193.27 105.84 168.46 -
System Red Green Blue C M Y K H S L
Decimal 250 172 154 0 0.31 0.38 0.02 11.25 0.91 0.79
Hex FA AC 9A 0 1F 26 2 B 5B 4F
Octal 372 254 232 0 37 46 2 13 133 117
Binary 11111010 10101100 10011010 0 11111 100110 10 1011 1011011 1001111

Color Harmonies of #FAAC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC9A

Black with #FAAC9A

Text Example


Text Example

White with #FAAC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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