Html Css Color HEX #FFA58F Rose Bud

📋 copy color: '#FFA58F'

red 255 ◦ green 165 ◦ blue 143

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

Shades of Rose Bud #FFA58F

Tints of Rose Bud #FFA58F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.31%

 BLUE value IS 143 (56.25% from 255) = 25.4%

R = 45.29%
G = 29.31%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFA58F (or 0xFFA58F) is known color: Rose Bud. HEX triplet: FF, A5 and 8F. RGB value is (255,165,143). Sum of RGB (Red+Green+Blue) = 255+165+143=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA58F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA58F is #005A70. Grayscale: #BDBDBD. Windows color (decimal): -23153 or 9414143. OLE color: 9414143.

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

Color convert

RGB 255 165 143 -
CMYK 0 0.35 0.44 0
HSL 11.79º 1% 0.78% -
HSV(B) 11.79º 0.44% 1% -
XYZ 59.65 50.15 32.52 -
YUV 189.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 255 165 143 0 0.35 0.44 0 11.79 1 0.78
Hex FF A5 8F 0 23 2C 0 C 64 4E
Octal 377 245 217 0 43 54 0 14 144 116
Binary 11111111 10100101 10001111 0 100011 101100 0 1100 1100100 1001110

Color Harmonies of #FFA58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA58F

Black with #FFA58F

Text Example


Text Example

White with #FFA58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA58F; }

 p { color: rgb(255,165,143); }

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

background-color css

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

 a { background-color: rgb(255,165,143); }

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

border-color css

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

 span { border-color: rgb(255,165,143); }

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