Html Css Color HEX #FFACA0 Rose Bud

📋 copy color: '#FFACA0'

red 255 ◦ green 172 ◦ blue 160

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

Shades of Rose Bud #FFACA0

Tints of Rose Bud #FFACA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.26%

R = 43.44%
G = 29.3%
B = 27.26%

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

#FFACA0 (or 0xFFACA0) is known color: Rose Bud. HEX triplet: FF, AC and A0. RGB value is (255,172,160). Sum of RGB (Red+Green+Blue) = 255+172+160=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACA0 is #00535F. Grayscale: #C3C3C3. Windows color (decimal): -21344 or 10530047. OLE color: 10530047.

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

Color convert

RGB 255 172 160 -
CMYK 0 0.33 0.37 0
HSL 7.58º 1% 0.81% -
HSV(B) 7.58º 0.37% 1% -
XYZ 62.34 53.3 40.26 -
YUV 195.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 255 172 160 0 0.33 0.37 0 7.58 1 0.81
Hex FF AC A0 0 21 25 0 8 64 51
Octal 377 254 240 0 41 45 0 10 144 121
Binary 11111111 10101100 10100000 0 100001 100101 0 1000 1100100 1010001

Color Harmonies of #FFACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACA0

Black with #FFACA0

Text Example


Text Example

White with #FFACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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