Html Css Color HEX #FFAE93 Rose Bud

📋 copy color: '#FFAE93'

red 255 ◦ green 174 ◦ blue 147

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

Shades of Rose Bud #FFAE93

Tints of Rose Bud #FFAE93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.52%

R = 44.27%
G = 30.21%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFAE93 (or 0xFFAE93) is known color: Rose Bud. HEX triplet: FF, AE and 93. RGB value is (255,174,147). Sum of RGB (Red+Green+Blue) = 255+174+147=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 147 (57.81% from 255 or 25.52% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAE93 is #00516C. Grayscale: #C3C3C3. Windows color (decimal): -20845 or 9678591. OLE color: 9678591.

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

Color convert

RGB 255 174 147 -
CMYK 0 0.32 0.42 0
HSL 15º 1% 0.79% -
HSV(B) 15º 0.42% 1% -
XYZ 61.64 53.64 34.71 -
YUV 195.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 255 174 147 0 0.32 0.42 0 15 1 0.79
Hex FF AE 93 0 20 2A 0 F 64 4F
Octal 377 256 223 0 40 52 0 17 144 117
Binary 11111111 10101110 10010011 0 100000 101010 0 1111 1100100 1001111

Color Harmonies of #FFAE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE93

Black with #FFAE93

Text Example


Text Example

White with #FFAE93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE93; }

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

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

background-color css

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

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

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

border-color css

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

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

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