Html Css Color HEX #FFAF9D Rose Bud

📋 copy color: '#FFAF9D'

red 255 ◦ green 175 ◦ blue 157

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

Shades of Rose Bud #FFAF9D

Tints of Rose Bud #FFAF9D

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 value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FFAF9D (or 0xFFAF9D) is known color: 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

RGB 255 175 157 -
CMYK 0 0.31 0.38 0
HSL 11.02º 1% 0.81% -
HSV(B) 11.02º 0.38% 1% -
XYZ 62.66 54.35 39.09 -
YUV 196.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 255 175 157 0 0.31 0.38 0 11.02 1 0.81
Hex FF AF 9D 0 1F 26 0 B 64 51
Octal 377 257 235 0 37 46 0 13 144 121
Binary 11111111 10101111 10011101 0 11111 100110 0 1011 1100100 1010001

Color Harmonies of #FFAF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF9D

Black with #FFAF9D

Text Example


Text Example

White with #FFAF9D

Text Example


Text Example

HTML Codes & Css Web 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>