Html Css Color HEX #FFACB2 Light Pink

📋 copy color: '#FFACB2'

red 255 ◦ green 172 ◦ blue 178

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

Shades of Light Pink #FFACB2

Tints of Light Pink #FFACB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.42%

R = 42.15%
G = 28.43%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFACB2 (or 0xFFACB2) is known color: Light Pink. HEX triplet: FF, AC and B2. RGB value is (255,172,178). Sum of RGB (Red+Green+Blue) = 255+172+178=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFACB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFACB2 is #00534D. Grayscale: #C5C5C5. Windows color (decimal): -21326 or 11709695. OLE color: 11709695.

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

Color convert

RGB 255 172 178 -
CMYK 0 0.33 0.30 0
HSL 355.66º 1% 0.84% -
HSV(B) 355.66º 0.33% 1% -
XYZ 64.03 53.98 49.16 -
YUV 197.5 117 169.01 -
System Red Green Blue C M Y K H S L
Decimal 255 172 178 0 0.33 0.30 0 355.66 1 0.84
Hex FF AC B2 0 21 1E 0 164 64 54
Octal 377 254 262 0 41 36 0 544 144 124
Binary 11111111 10101100 10110010 0 100001 11110 0 101100100 1100100 1010100

Color Harmonies of #FFACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFACB2

Black with #FFACB2

Text Example


Text Example

White with #FFACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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