Html Css Color HEX #FFAE8E Rose Bud

📋 copy color: '#FFAE8E'

red 255 ◦ green 174 ◦ blue 142

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

Shades of Rose Bud #FFAE8E

Tints of Rose Bud #FFAE8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.87%

R = 44.66%
G = 30.47%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFAE8E (or 0xFFAE8E) is known color: Rose Bud. HEX triplet: FF, AE and 8E. RGB value is (255,174,142). Sum of RGB (Red+Green+Blue) = 255+174+142=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE8E is #005171. Grayscale: #C2C2C2. Windows color (decimal): -20850 or 9350911. OLE color: 9350911.

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

Color convert

RGB 255 174 142 -
CMYK 0 0.32 0.44 0
HSL 16.99º 1% 0.78% -
HSV(B) 16.99º 0.44% 1% -
XYZ 61.26 53.49 32.69 -
YUV 194.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 255 174 142 0 0.32 0.44 0 16.99 1 0.78
Hex FF AE 8E 0 20 2C 0 11 64 4E
Octal 377 256 216 0 40 54 0 21 144 116
Binary 11111111 10101110 10001110 0 100000 101100 0 10001 1100100 1001110

Color Harmonies of #FFAE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE8E

Black with #FFAE8E

Text Example


Text Example

White with #FFAE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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