#FFAF9A

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

Shades of Rose Bud #FFAF9A

Tints of Rose Bud #FFAF9A

Color information

#FFAF9A (or 0xFFAF9A) is unknown color: approx Rose Bud. HEX triplet: FF, AF and 9A. RGB value is (255,175,154). Sum of RGB (Red+Green+Blue) = 255+175+154=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF9A is #005065. Grayscale: #C4C4C4. Windows color (decimal): -20582 or 10137599. OLE color: 10137599.

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

Color convert

RGB255175154-
CMYK00.310.400
HSL12.48º100%80.2%-
HSV(B)12.48º39.61%100%-
XYZ62.454.2537.75-
YUV196.53104169.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 154 (60.55% from 255) = 26.37%
R=43.66%
G=29.97%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517515400.310.40012.4810080.2
HexFFAF9A01F280c6450
Octal37725723203750014144120
Binary1111111110101111100110100111111010000110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF9A; }

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

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

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

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

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

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

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

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