Html Css Color HEX #FFABA1 Rose Bud

📋 copy color: '#FFABA1'

red 255 ◦ green 171 ◦ blue 161

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

Shades of Rose Bud #FFABA1

Tints of Rose Bud #FFABA1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.13%

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

R = 43.44%
G = 29.13%
B = 27.43%

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

#FFABA1 (or 0xFFABA1) is known color: Rose Bud. HEX triplet: FF, AB and A1. RGB value is (255,171,161). Sum of RGB (Red+Green+Blue) = 255+171+161=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFABA1 is #00545E. Grayscale: #C3C3C3. Windows color (decimal): -21599 or 10595327. OLE color: 10595327.

HSL color Cylindrical-coordinate representation of color #FFABA1: hue angle of 6.38º 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 #FFABA1 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 255 171 161 -
CMYK 0 0.33 0.37 0
HSL 6.38º 1% 0.82% -
HSV(B) 6.38º 0.37% 1% -
XYZ 62.24 52.96 40.66 -
YUV 194.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 255 171 161 0 0.33 0.37 0 6.38 1 0.82
Hex FF AB A1 0 21 25 0 6 64 52
Octal 377 253 241 0 41 45 0 6 144 122
Binary 11111111 10101011 10100001 0 100001 100101 0 110 1100100 1010010

Color Harmonies of #FFABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFABA1

Black with #FFABA1

Text Example


Text Example

White with #FFABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFABA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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