#F8C4D1

Color #F8C4D1 Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #F8C4D1

Tints of Pink Lace #F8C4D1

Color information

#F8C4D1 (or 0xF8C4D1) is unknown color: approx Pink Lace. HEX triplet: F8, C4 and D1. RGB value is (248,196,209). Sum of RGB (Red+Green+Blue) = 248+196+209=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C4D1 is #073B2E. Grayscale: #D5D5D5. Windows color (decimal): -473903 or 13747448. OLE color: 13747448.

HSL color Cylindrical-coordinate representation of color #F8C4D1: hue angle of 345º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F8C4D1 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB248196209-
CMYK00.210.160.03
HSL345º78.79%87.06%-
HSV(B)345º20.97%97.25%-
XYZ69.9664.0469-
YUV213.03125.73152.94-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.98%
GREEN value IS 196 (76.95% from 255) = 30.02%
BLUE value IS 209 (82.03% from 255) = 32.01%
R=37.98%
G=30.02%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819620900.210.160.0334578.7987.06
HexF8C4D10151031594f57
Octal370304321025203531117127
Binary111110001100010011010001010101100001110101100110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C4D1; }

 p { color: rgb(248,196,209); }

 H1.HeaderClassName
 {
   color: #F8C4D1;
 }
 .AnyTagClassName
 {
   color: #F8C4D1;
 }
</style>
background-color css

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

 a { background-color: rgb(248,196,209); }

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

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

 span { border-color: rgb(248,196,209); }

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