Html Css Color HEX #FFACC0 Light Pink

📋 copy color: '#FFACC0'

red 255 ◦ green 172 ◦ blue 192

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

Shades of Light Pink #FFACC0

Tints of Light Pink #FFACC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.02%

R = 41.2%
G = 27.79%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFACC0 (or 0xFFACC0) is known color: Light Pink. HEX triplet: FF, AC and C0. RGB value is (255,172,192). Sum of RGB (Red+Green+Blue) = 255+172+192=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFACC0 is #00533F. Grayscale: #C7C7C7. Windows color (decimal): -21312 or 12627199. OLE color: 12627199.

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

Color convert

RGB 255 172 192 -
CMYK 0 0.33 0.25 0
HSL 345.54º 1% 0.84% -
HSV(B) 345.54º 0.33% 1% -
XYZ 65.51 54.57 56.95 -
YUV 199.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 255 172 192 0 0.33 0.25 0 345.54 1 0.84
Hex FF AC C0 0 21 19 0 15A 64 54
Octal 377 254 300 0 41 31 0 532 144 124
Binary 11111111 10101100 11000000 0 100001 11001 0 101011010 1100100 1010100

Color Harmonies of #FFACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACC0

Black with #FFACC0

Text Example


Text Example

White with #FFACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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