#FFAF9D

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

Shades of Rose Bud #FFAF9D

Tints of Rose Bud #FFAF9D

Color information

#FFAF9D (or 0xFFAF9D) is unknown color: approx Rose Bud. HEX triplet: FF, AF and 9D. RGB value is (255,175,157). Sum of RGB (Red+Green+Blue) = 255+175+157=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF9D is #005062. Grayscale: #C5C5C5. Windows color (decimal): -20579 or 10334207. OLE color: 10334207.

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

Color convert

RGB255175157-
CMYK00.310.380
HSL11.02º100%80.78%-
HSV(B)11.02º38.43%100%-
XYZ62.6654.3539.09-
YUV196.87105.5169.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 157 (61.72% from 255) = 26.75%
R=43.44%
G=29.81%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517515700.310.38011.0210080.78
HexFFAF9D01F260b6451
Octal37725723503746013144121
Binary1111111110101111100111010111111001100101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF9D; }

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

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

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

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

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

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

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

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