Html Css Color HEX #F5ACB6 Light Pink

📋 copy color: '#F5ACB6'

red 245 ◦ green 172 ◦ blue 182

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

Shades of Light Pink #F5ACB6

Tints of Light Pink #F5ACB6

RGB

 RED value IS 245 (96.09% from 255) = 40.9%

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

 BLUE value IS 182 (71.48% from 255) = 30.38%

R = 40.9%
G = 28.71%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F5ACB6 (or 0xF5ACB6) is known color: Light Pink. HEX triplet: F5, AC and B6. RGB value is (245,172,182). Sum of RGB (Red+Green+Blue) = 245+172+182=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 182 (71.48% from 255 or 30.38% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACB6 is #0A5349. Grayscale: #C3C3C3. Windows color (decimal): -676682 or 11971829. OLE color: 11971829.

HSL color Cylindrical-coordinate representation of color #F5ACB6: hue angle of 351.78º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACB6 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 172 182 -
CMYK 0 0.30 0.26 0.04
HSL 351.78º 0.78% 0.82% -
HSV(B) 351.78º 0.3% 0.96% -
XYZ 60.85 52.29 51.14 -
YUV 194.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 245 172 182 0 0.30 0.26 0.04 351.78 0.78 0.82
Hex F5 AC B6 0 1E 1A 4 160 4E 52
Octal 365 254 266 0 36 32 4 540 116 122
Binary 11110101 10101100 10110110 0 11110 11010 100 101100000 1001110 1010010

Color Harmonies of #F5ACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ACB6

Black with #F5ACB6

Text Example


Text Example

White with #F5ACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ACB6; }

 p { color: rgb(245,172,182); }

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

background-color css

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

 a { background-color: rgb(245,172,182); }

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

border-color css

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

 span { border-color: rgb(245,172,182); }

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