Html Css Color HEX #F8ACB1 Light Pink

📋 copy color: '#F8ACB1'

red 248 ◦ green 172 ◦ blue 177

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

Shades of Light Pink #F8ACB1

Tints of Light Pink #F8ACB1

RGB

 RED value IS 248 (97.27% from 255) = 41.54%

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

 BLUE value IS 177 (69.53% from 255) = 29.65%

R = 41.54%
G = 28.81%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F8ACB1 (or 0xF8ACB1) is known color: Light Pink. HEX triplet: F8, AC and B1. RGB value is (248,172,177). Sum of RGB (Red+Green+Blue) = 248+172+177=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ACB1 is #07534E. Grayscale: #C3C3C3. Windows color (decimal): -480079 or 11644152. OLE color: 11644152.

HSL color Cylindrical-coordinate representation of color #F8ACB1: hue angle of 356.05º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ACB1 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 172 177 -
CMYK 0 0.31 0.29 0.03
HSL 356.05º 0.84% 0.82% -
HSV(B) 356.05º 0.31% 0.97% -
XYZ 61.4 52.64 48.52 -
YUV 195.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 248 172 177 0 0.31 0.29 0.03 356.05 0.84 0.82
Hex F8 AC B1 0 1F 1D 3 164 54 52
Octal 370 254 261 0 37 35 3 544 124 122
Binary 11111000 10101100 10110001 0 11111 11101 11 101100100 1010100 1010010

Color Harmonies of #F8ACB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACB1

Black with #F8ACB1

Text Example


Text Example

White with #F8ACB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACB1; }

 p { color: rgb(248,172,177); }

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

background-color css

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

 a { background-color: rgb(248,172,177); }

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

border-color css

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

 span { border-color: rgb(248,172,177); }

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