Html Css Color HEX #FFACB9 Light Pink

📋 copy color: '#FFACB9'

red 255 ◦ green 172 ◦ blue 185

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

Shades of Light Pink #FFACB9

Tints of Light Pink #FFACB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.23%

R = 41.67%
G = 28.1%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFACB9 (or 0xFFACB9) is known color: Light Pink. HEX triplet: FF, AC and B9. RGB value is (255,172,185). Sum of RGB (Red+Green+Blue) = 255+172+185=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACB9 is #005346. Grayscale: #C6C6C6. Windows color (decimal): -21319 or 12168447. OLE color: 12168447.

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

Color convert

RGB 255 172 185 -
CMYK 0 0.33 0.27 0
HSL 350.6º 1% 0.84% -
HSV(B) 350.6º 0.33% 1% -
XYZ 64.75 54.27 52.96 -
YUV 198.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 255 172 185 0 0.33 0.27 0 350.6 1 0.84
Hex FF AC B9 0 21 1B 0 15F 64 54
Octal 377 254 271 0 41 33 0 537 144 124
Binary 11111111 10101100 10111001 0 100001 11011 0 101011111 1100100 1010100

Color Harmonies of #FFACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACB9

Black with #FFACB9

Text Example


Text Example

White with #FFACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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