Html Css Color HEX #FFAE9B Rose Bud

📋 copy color: '#FFAE9B'

red 255 ◦ green 174 ◦ blue 155

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

Shades of Rose Bud #FFAE9B

Tints of Rose Bud #FFAE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.54%

R = 43.66%
G = 29.79%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFAE9B (or 0xFFAE9B) is known color: Rose Bud. HEX triplet: FF, AE and 9B. RGB value is (255,174,155). Sum of RGB (Red+Green+Blue) = 255+174+155=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 155 (60.94% from 255 or 26.54% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE9B is #005164. Grayscale: #C4C4C4. Windows color (decimal): -20837 or 10202879. OLE color: 10202879.

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

Color convert

RGB 255 174 155 -
CMYK 0 0.32 0.39 0
HSL 11.4º 1% 0.8% -
HSV(B) 11.4º 0.39% 1% -
XYZ 62.29 53.9 38.13 -
YUV 196.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 255 174 155 0 0.32 0.39 0 11.4 1 0.8
Hex FF AE 9B 0 20 27 0 B 64 50
Octal 377 256 233 0 40 47 0 13 144 120
Binary 11111111 10101110 10011011 0 100000 100111 0 1011 1100100 1010000

Color Harmonies of #FFAE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE9B

Black with #FFAE9B

Text Example


Text Example

White with #FFAE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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