Html Css Color HEX #FFA88D Rose Bud

📋 copy color: '#FFA88D'

red 255 ◦ green 168 ◦ blue 141

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

Shades of Rose Bud #FFA88D

Tints of Rose Bud #FFA88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.79%

 BLUE value IS 141 (55.47% from 255) = 25%

R = 45.21%
G = 29.79%
B = 25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FFA88D (or 0xFFA88D) is known color: Rose Bud. HEX triplet: FF, A8 and 8D. RGB value is (255,168,141). Sum of RGB (Red+Green+Blue) = 255+168+141=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA88D is #005772. Grayscale: #BFBFBF. Windows color (decimal): -22387 or 9283839. OLE color: 9283839.

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

Color convert

RGB 255 168 141 -
CMYK 0 0.34 0.45 0
HSL 14.21º 1% 0.78% -
HSV(B) 14.21º 0.45% 1% -
XYZ 60.05 51.19 31.91 -
YUV 190.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 255 168 141 0 0.34 0.45 0 14.21 1 0.78
Hex FF A8 8D 0 22 2D 0 E 64 4E
Octal 377 250 215 0 42 55 0 16 144 116
Binary 11111111 10101000 10001101 0 100010 101101 0 1110 1100100 1001110

Color Harmonies of #FFA88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA88D

Black with #FFA88D

Text Example


Text Example

White with #FFA88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA88D; }

 p { color: rgb(255,168,141); }

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

background-color css

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

 a { background-color: rgb(255,168,141); }

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

border-color css

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

 span { border-color: rgb(255,168,141); }

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