Html Css Color HEX #FFA88B Rose Bud

📋 copy color: '#FFA88B'

red 255 ◦ green 168 ◦ blue 139

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

Shades of Rose Bud #FFA88B

Tints of Rose Bud #FFA88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.73%

R = 45.37%
G = 29.89%
B = 24.73%

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

#FFA88B (or 0xFFA88B) is known color: Rose Bud. HEX triplet: FF, A8 and 8B. RGB value is (255,168,139). Sum of RGB (Red+Green+Blue) = 255+168+139=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA88B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA88B is #005774. Grayscale: #BEBEBE. Windows color (decimal): -22389 or 9152767. OLE color: 9152767.

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

Color convert

RGB 255 168 139 -
CMYK 0 0.34 0.45 0
HSL 15º 1% 0.77% -
HSV(B) 15º 0.45% 1% -
XYZ 59.9 51.13 31.14 -
YUV 190.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 255 168 139 0 0.34 0.45 0 15 1 0.77
Hex FF A8 8B 0 22 2D 0 F 64 4D
Octal 377 250 213 0 42 55 0 17 144 115
Binary 11111111 10101000 10001011 0 100010 101101 0 1111 1100100 1001101

Color Harmonies of #FFA88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA88B

Black with #FFA88B

Text Example


Text Example

White with #FFA88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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