Html Css Color HEX #FAAC92 Rose Bud

📋 copy color: '#FAAC92'

red 250 ◦ green 172 ◦ blue 146

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

Shades of Rose Bud #FAAC92

Tints of Rose Bud #FAAC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.7%

R = 44.01%
G = 30.28%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAAC92 (or 0xFAAC92) is known color: Rose Bud. HEX triplet: FA, AC and 92. RGB value is (250,172,146). Sum of RGB (Red+Green+Blue) = 250+172+146=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAC92 is #05536D. Grayscale: #C0C0C0. Windows color (decimal): -349038 or 9612538. OLE color: 9612538.

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

Color convert

RGB 250 172 146 -
CMYK 0 0.31 0.42 0.02
HSL 15º 0.91% 0.78% -
HSV(B) 15º 0.42% 0.98% -
XYZ 59.37 51.9 34.08 -
YUV 192.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 250 172 146 0 0.31 0.42 0.02 15 0.91 0.78
Hex FA AC 92 0 1F 2A 2 F 5B 4E
Octal 372 254 222 0 37 52 2 17 133 116
Binary 11111010 10101100 10010010 0 11111 101010 10 1111 1011011 1001110

Color Harmonies of #FAAC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC92

Black with #FAAC92

Text Example


Text Example

White with #FAAC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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