Html Css Color HEX #FFAE9E Rose Bud

📋 copy color: '#FFAE9E'

red 255 ◦ green 174 ◦ blue 158

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

Shades of Rose Bud #FFAE9E

Tints of Rose Bud #FFAE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.92%

R = 43.44%
G = 29.64%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FFAE9E (or 0xFFAE9E) is known color: Rose Bud. HEX triplet: FF, AE and 9E. RGB value is (255,174,158). Sum of RGB (Red+Green+Blue) = 255+174+158=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE9E is #005161. Grayscale: #C4C4C4. Windows color (decimal): -20834 or 10399487. OLE color: 10399487.

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

Color convert

RGB 255 174 158 -
CMYK 0 0.32 0.38 0
HSL 9.9º 1% 0.81% -
HSV(B) 9.9º 0.38% 1% -
XYZ 62.55 54 39.47 -
YUV 196.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 255 174 158 0 0.32 0.38 0 9.9 1 0.81
Hex FF AE 9E 0 20 26 0 A 64 51
Octal 377 256 236 0 40 46 0 12 144 121
Binary 11111111 10101110 10011110 0 100000 100110 0 1010 1100100 1010001

Color Harmonies of #FFAE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE9E

Black with #FFAE9E

Text Example


Text Example

White with #FFAE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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