Html Css Color HEX #FFACA1 Rose Bud

📋 copy color: '#FFACA1'

red 255 ◦ green 172 ◦ blue 161

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

Shades of Rose Bud #FFACA1

Tints of Rose Bud #FFACA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.38%

R = 43.37%
G = 29.25%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFACA1 (or 0xFFACA1) is known color: Rose Bud. HEX triplet: FF, AC and A1. RGB value is (255,172,161). Sum of RGB (Red+Green+Blue) = 255+172+161=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACA1 is #00535E. Grayscale: #C3C3C3. Windows color (decimal): -21343 or 10595583. OLE color: 10595583.

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

Color convert

RGB 255 172 161 -
CMYK 0 0.33 0.37 0
HSL 7.02º 1% 0.82% -
HSV(B) 7.02º 0.37% 1% -
XYZ 62.43 53.34 40.72 -
YUV 195.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 255 172 161 0 0.33 0.37 0 7.02 1 0.82
Hex FF AC A1 0 21 25 0 7 64 52
Octal 377 254 241 0 41 45 0 7 144 122
Binary 11111111 10101100 10100001 0 100001 100101 0 111 1100100 1010010

Color Harmonies of #FFACA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACA1

Black with #FFACA1

Text Example


Text Example

White with #FFACA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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