#F1CCD1

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

Shades of Pink Lace #F1CCD1

Tints of Pink Lace #F1CCD1

Color information

#F1CCD1 (or 0xF1CCD1) is unknown color: approx Pink Lace. HEX triplet: F1, CC and D1. RGB value is (241,204,209). Sum of RGB (Red+Green+Blue) = 241+204+209=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCD1 is #0E332E. Grayscale: #D7D7D7. Windows color (decimal): -930607 or 13749489. OLE color: 13749489.

HSL color Cylindrical-coordinate representation of color #F1CCD1: hue angle of 351.89º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1CCD1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB241204209-
CMYK00.150.130.05
HSL351.89º56.92%87.25%-
HSV(B)351.89º15.35%94.51%-
XYZ69.3866.4969.5-
YUV215.63124.26146.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 209 (82.03% from 255) = 31.96%
R=36.85%
G=31.19%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120420900.150.130.05351.8956.9287.25
HexF1CCD10FD51603957
Octal36131432101715554071127
Binary1111000111001100110100010111111011011011000001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCD1; }

 p { color: rgb(241,204,209); }

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

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

 a { background-color: rgb(241,204,209); }

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

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

 span { border-color: rgb(241,204,209); }

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