Html Css Color HEX #FFAFA0 Rose Bud

📋 copy color: '#FFAFA0'

red 255 ◦ green 175 ◦ blue 160

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

Shades of Rose Bud #FFAFA0

Tints of Rose Bud #FFAFA0

RGB

 RED value IS 255 (100% from 255) = 43.22%

 GREEN value IS 175 (68.75% from 255) = 29.66%

 BLUE value IS 160 (62.89% from 255) = 27.12%

R = 43.22%
G = 29.66%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFAFA0 (or 0xFFAFA0) is known color: Rose Bud. HEX triplet: FF, AF and A0. RGB value is (255,175,160). Sum of RGB (Red+Green+Blue) = 255+175+160=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAFA0 is #00505F. Grayscale: #C5C5C5. Windows color (decimal): -20576 or 10530815. OLE color: 10530815.

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

Color convert

RGB 255 175 160 -
CMYK 0 0.31 0.37 0
HSL 9.47º 1% 0.81% -
HSV(B) 9.47º 0.37% 1% -
XYZ 62.92 54.46 40.45 -
YUV 197.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 255 175 160 0 0.31 0.37 0 9.47 1 0.81
Hex FF AF A0 0 1F 25 0 9 64 51
Octal 377 257 240 0 37 45 0 11 144 121
Binary 11111111 10101111 10100000 0 11111 100101 0 1001 1100100 1010001

Color Harmonies of #FFAFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFA0

Black with #FFAFA0

Text Example


Text Example

White with #FFAFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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