Html Css Color HEX #FFAF96 Rose Bud

📋 copy color: '#FFAF96'

red 255 ◦ green 175 ◦ blue 150

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

Shades of Rose Bud #FFAF96

Tints of Rose Bud #FFAF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.86%

R = 43.97%
G = 30.17%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFAF96 (or 0xFFAF96) is known color: Rose Bud. HEX triplet: FF, AF and 96. RGB value is (255,175,150). Sum of RGB (Red+Green+Blue) = 255+175+150=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAF96 is #005069. Grayscale: #C4C4C4. Windows color (decimal): -20586 or 9875455. OLE color: 9875455.

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

Color convert

RGB 255 175 150 -
CMYK 0 0.31 0.41 0
HSL 14.29º 1% 0.79% -
HSV(B) 14.29º 0.41% 1% -
XYZ 62.08 54.12 36.03 -
YUV 196.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 255 175 150 0 0.31 0.41 0 14.29 1 0.79
Hex FF AF 96 0 1F 29 0 E 64 4F
Octal 377 257 226 0 37 51 0 16 144 117
Binary 11111111 10101111 10010110 0 11111 101001 0 1110 1100100 1001111

Color Harmonies of #FFAF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF96

Black with #FFAF96

Text Example


Text Example

White with #FFAF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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