#F1CCD3

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

Shades of Pink Lace #F1CCD3

Tints of Pink Lace #F1CCD3

Color information

#F1CCD3 (or 0xF1CCD3) is unknown color: approx Pink Lace. HEX triplet: F1, CC and D3. RGB value is (241,204,211). Sum of RGB (Red+Green+Blue) = 241+204+211=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 211 (82.81% from 255 or 32.16% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCD3 is #0E332C. Grayscale: #D7D7D7. Windows color (decimal): -930605 or 13880561. OLE color: 13880561.

HSL color Cylindrical-coordinate representation of color #F1CCD3: hue angle of 348.65º 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 #F1CCD3 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB241204211-
CMYK00.150.120.05
HSL348.65º56.92%87.25%-
HSV(B)348.65º15.35%94.51%-
XYZ69.6366.5970.81-
YUV215.86125.26145.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 204 (80.08% from 255) = 31.10%
BLUE value IS 211 (82.81% from 255) = 32.16%
R=36.74%
G=31.10%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120421100.150.120.05348.6556.9287.25
HexF1CCD30FC515d3957
Octal36131432301714553571127
Binary1111000111001100110100110111111001011010111011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCD3; }

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

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

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

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

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

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

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

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