Html Css Color HEX #F8ACB8 Light Pink

📋 copy color: '#F8ACB8'

red 248 ◦ green 172 ◦ blue 184

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

Shades of Light Pink #F8ACB8

Tints of Light Pink #F8ACB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.46%

R = 41.06%
G = 28.48%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#F8ACB8 (or 0xF8ACB8) is known color: Light Pink. HEX triplet: F8, AC and B8. RGB value is (248,172,184). Sum of RGB (Red+Green+Blue) = 248+172+184=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACB8 is #075347. Grayscale: #C4C4C4. Windows color (decimal): -480072 or 12102904. OLE color: 12102904.

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

Color convert

RGB 248 172 184 -
CMYK 0 0.31 0.26 0.03
HSL 350.53º 0.84% 0.82% -
HSV(B) 350.53º 0.31% 0.97% -
XYZ 62.12 52.92 52.29 -
YUV 196.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 248 172 184 0 0.31 0.26 0.03 350.53 0.84 0.82
Hex F8 AC B8 0 1F 1A 3 15F 54 52
Octal 370 254 270 0 37 32 3 537 124 122
Binary 11111000 10101100 10111000 0 11111 11010 11 101011111 1010100 1010010

Color Harmonies of #F8ACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8ACB8

Black with #F8ACB8

Text Example


Text Example

White with #F8ACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8ACB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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