Html Css Color HEX #FFAE96 Rose Bud

📋 copy color: '#FFAE96'

red 255 ◦ green 174 ◦ blue 150

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

Shades of Rose Bud #FFAE96

Tints of Rose Bud #FFAE96

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.05%

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

R = 44.04%
G = 30.05%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FFAE96 (or 0xFFAE96) is known color: Rose Bud. HEX triplet: FF, AE and 96. RGB value is (255,174,150). Sum of RGB (Red+Green+Blue) = 255+174+150=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE96 is #005169. Grayscale: #C3C3C3. Windows color (decimal): -20842 or 9875199. OLE color: 9875199.

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

Color convert

RGB 255 174 150 -
CMYK 0 0.32 0.41 0
HSL 13.71º 1% 0.79% -
HSV(B) 13.71º 0.41% 1% -
XYZ 61.88 53.73 35.96 -
YUV 195.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 255 174 150 0 0.32 0.41 0 13.71 1 0.79
Hex FF AE 96 0 20 29 0 E 64 4F
Octal 377 256 226 0 40 51 0 16 144 117
Binary 11111111 10101110 10010110 0 100000 101001 0 1110 1100100 1001111

Color Harmonies of #FFAE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE96

Black with #FFAE96

Text Example


Text Example

White with #FFAE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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