Html Css Color HEX #FFACBC Light Pink

📋 copy color: '#FFACBC'

red 255 ◦ green 172 ◦ blue 188

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

Shades of Light Pink #FFACBC

Tints of Light Pink #FFACBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.57%

R = 41.46%
G = 27.97%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFACBC (or 0xFFACBC) is known color: Light Pink. HEX triplet: FF, AC and BC. RGB value is (255,172,188). Sum of RGB (Red+Green+Blue) = 255+172+188=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACBC is #005343. Grayscale: #C6C6C6. Windows color (decimal): -21316 or 12365055. OLE color: 12365055.

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

Color convert

RGB 255 172 188 -
CMYK 0 0.33 0.26 0
HSL 348.43º 1% 0.84% -
HSV(B) 348.43º 0.33% 1% -
XYZ 65.07 54.4 54.65 -
YUV 198.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 255 172 188 0 0.33 0.26 0 348.43 1 0.84
Hex FF AC BC 0 21 1A 0 15C 64 54
Octal 377 254 274 0 41 32 0 534 144 124
Binary 11111111 10101100 10111100 0 100001 11010 0 101011100 1100100 1010100

Color Harmonies of #FFACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACBC

Black with #FFACBC

Text Example


Text Example

White with #FFACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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