Html Css Color HEX #FFAE92 Rose Bud

📋 copy color: '#FFAE92'

red 255 ◦ green 174 ◦ blue 146

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

Shades of Rose Bud #FFAE92

Tints of Rose Bud #FFAE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.39%

R = 44.35%
G = 30.26%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FFAE92 (or 0xFFAE92) is known color: Rose Bud. HEX triplet: FF, AE and 92. RGB value is (255,174,146). Sum of RGB (Red+Green+Blue) = 255+174+146=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE92 is #00516D. Grayscale: #C3C3C3. Windows color (decimal): -20846 or 9613055. OLE color: 9613055.

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

Color convert

RGB 255 174 146 -
CMYK 0 0.32 0.43 0
HSL 15.41º 1% 0.79% -
HSV(B) 15.41º 0.43% 1% -
XYZ 61.56 53.61 34.3 -
YUV 195.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 255 174 146 0 0.32 0.43 0 15.41 1 0.79
Hex FF AE 92 0 20 2B 0 F 64 4F
Octal 377 256 222 0 40 53 0 17 144 117
Binary 11111111 10101110 10010010 0 100000 101011 0 1111 1100100 1001111

Color Harmonies of #FFAE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE92

Black with #FFAE92

Text Example


Text Example

White with #FFAE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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