#FAAC98

Color #FAAC98 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FAAC98

Tints of Rose Bud #FAAC98

Color information

#FAAC98 (or 0xFAAC98) is unknown color: approx Rose Bud. HEX triplet: FA, AC and 98. RGB value is (250,172,152). Sum of RGB (Red+Green+Blue) = 250+172+152=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAC98 is #055367. Grayscale: #C1C1C1. Windows color (decimal): -349032 or 10005754. OLE color: 10005754.

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

Color convert

RGB250172152-
CMYK00.310.390.02
HSL12.24º90.74%78.82%-
HSV(B)12.24º39.2%98.04%-
XYZ59.8452.136.61-
YUV193.04104.84168.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.55%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 152 (59.77% from 255) = 26.48%
R=43.55%
G=29.97%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017215200.310.390.0212.2490.7478.82
HexFAAC9801F272c5b4f
Octal37225423003747214133117
Binary11111010101011001001100001111110011110110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC98; }

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

 H1.HeaderClassName
 {
   color: #FAAC98;
 }
 .AnyTagClassName
 {
   color: #FAAC98;
 }
</style>
background-color css

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

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

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

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

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

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