#FFAF93

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

Shades of Rose Bud #FFAF93

Tints of Rose Bud #FFAF93

Color information

#FFAF93 (or 0xFFAF93) is unknown color: approx Rose Bud. HEX triplet: FF, AF and 93. RGB value is (255,175,147). Sum of RGB (Red+Green+Blue) = 255+175+147=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF93 is #00506C. Grayscale: #C3C3C3. Windows color (decimal): -20589 or 9678847. OLE color: 9678847.

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

Color convert

RGB255175147-
CMYK00.310.420
HSL15.56º100%78.82%-
HSV(B)15.56º42.35%100%-
XYZ61.8454.0334.77-
YUV195.73100.5170.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.19%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 147 (57.81% from 255) = 25.48%
R=44.19%
G=30.33%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517514700.310.42015.5610078.82
HexFFAF9301F2A010644f
Octal37725722303752020144117
Binary11111111101011111001001101111110101001000011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF93; }

 p { color: rgb(255,175,147); }

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

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

 a { background-color: rgb(255,175,147); }

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

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

 span { border-color: rgb(255,175,147); }

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