#f8cfd5

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

Shades of Pink Lace #F8CFD5

Tints of Pink Lace #F8CFD5

Color information

#F8CFD5 (or 0xF8CFD5) is unknown color: approx Pink Lace. HEX triplet: F8, CF and D5. RGB value is (248,207,213). Sum of RGB (Red+Green+Blue) = 248+207+213=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CFD5 is #07302A. Grayscale: #DBDBDB. Windows color (decimal): -471083 or 14012408. OLE color: 14012408.

HSL color Cylindrical-coordinate representation of color #F8CFD5: hue angle of 351.22º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F8CFD5 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB248207213-
CMYK00.170.140.03
HSL351.22º74.55%89.22%-
HSV(B)351.22º16.53%97.25%-
XYZ73.0369.3972.49-
YUV219.94124.08148.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.13%
GREEN value IS 207 (81.25% from 255) = 30.99%
BLUE value IS 213 (83.59% from 255) = 31.89%
R=37.13%
G=30.99%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820721300.170.140.03351.2274.5589.22
HexF8CFD5011E315f4b59
Octal370317325021163537113131
Binary11111000110011111101010101000111101110101111110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8cfd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8cfd5; }

 p { color: rgb(248,207,213); }

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

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

 a { background-color: rgb(248,207,213); }

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

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

 span { border-color: rgb(248,207,213); }

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