Html Css Color HEX #FFAE90 Rose Bud

📋 copy color: '#FFAE90'

red 255 ◦ green 174 ◦ blue 144

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

Shades of Rose Bud #FFAE90

Tints of Rose Bud #FFAE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.13%

R = 44.5%
G = 30.37%
B = 25.13%

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

#FFAE90 (or 0xFFAE90) is known color: Rose Bud. HEX triplet: FF, AE and 90. RGB value is (255,174,144). Sum of RGB (Red+Green+Blue) = 255+174+144=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE90 is #00516F. Grayscale: #C3C3C3. Windows color (decimal): -20848 or 9481983. OLE color: 9481983.

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

Color convert

RGB 255 174 144 -
CMYK 0 0.32 0.44 0
HSL 16.22º 1% 0.78% -
HSV(B) 16.22º 0.44% 1% -
XYZ 61.41 53.55 33.48 -
YUV 194.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 255 174 144 0 0.32 0.44 0 16.22 1 0.78
Hex FF AE 90 0 20 2C 0 10 64 4E
Octal 377 256 220 0 40 54 0 20 144 116
Binary 11111111 10101110 10010000 0 100000 101100 0 10000 1100100 1001110

Color Harmonies of #FFAE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE90

Black with #FFAE90

Text Example


Text Example

White with #FFAE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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