Html Css Color HEX #FFAC9B Rose Bud

📋 copy color: '#FFAC9B'

red 255 ◦ green 172 ◦ blue 155

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

Shades of Rose Bud #FFAC9B

Tints of Rose Bud #FFAC9B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.55%

 BLUE value IS 155 (60.94% from 255) = 26.63%

R = 43.81%
G = 29.55%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FFAC9B (or 0xFFAC9B) is known color: Rose Bud. HEX triplet: FF, AC and 9B. RGB value is (255,172,155). Sum of RGB (Red+Green+Blue) = 255+172+155=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAC9B is #005364. Grayscale: #C3C3C3. Windows color (decimal): -21349 or 10202367. OLE color: 10202367.

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

Color convert

RGB 255 172 155 -
CMYK 0 0.33 0.39 0
HSL 10.2º 1% 0.8% -
HSV(B) 10.2º 0.39% 1% -
XYZ 61.91 53.13 38 -
YUV 194.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 255 172 155 0 0.33 0.39 0 10.2 1 0.8
Hex FF AC 9B 0 21 27 0 A 64 50
Octal 377 254 233 0 41 47 0 12 144 120
Binary 11111111 10101100 10011011 0 100001 100111 0 1010 1100100 1010000

Color Harmonies of #FFAC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC9B

Black with #FFAC9B

Text Example


Text Example

White with #FFAC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC9B; }

 p { color: rgb(255,172,155); }

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

background-color css

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

 a { background-color: rgb(255,172,155); }

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

border-color css

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

 span { border-color: rgb(255,172,155); }

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