Html Css Color HEX #FFAF95 Rose Bud

📋 copy color: '#FFAF95'

red 255 ◦ green 175 ◦ blue 149

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

Shades of Rose Bud #FFAF95

Tints of Rose Bud #FFAF95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.73%

R = 44.04%
G = 30.22%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFAF95 (or 0xFFAF95) is known color: Rose Bud. HEX triplet: FF, AF and 95. RGB value is (255,175,149). Sum of RGB (Red+Green+Blue) = 255+175+149=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF95 is #00506A. Grayscale: #C4C4C4. Windows color (decimal): -20587 or 9809919. OLE color: 9809919.

HSL color Cylindrical-coordinate representation of color #FFAF95: hue angle of 14.72º 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 #FFAF95 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 175 149 -
CMYK 0 0.31 0.42 0
HSL 14.72º 1% 0.79% -
HSV(B) 14.72º 0.42% 1% -
XYZ 61.99 54.09 35.61 -
YUV 195.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 255 175 149 0 0.31 0.42 0 14.72 1 0.79
Hex FF AF 95 0 1F 2A 0 F 64 4F
Octal 377 257 225 0 37 52 0 17 144 117
Binary 11111111 10101111 10010101 0 11111 101010 0 1111 1100100 1001111

Color Harmonies of #FFAF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF95

Black with #FFAF95

Text Example


Text Example

White with #FFAF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF95; }

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

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

background-color css

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

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

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

border-color css

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

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

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