#F1CCD2

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

Shades of Pink Lace #F1CCD2

Tints of Pink Lace #F1CCD2

Color information

#F1CCD2 (or 0xF1CCD2) is unknown color: approx Pink Lace. HEX triplet: F1, CC and D2. RGB value is (241,204,210). Sum of RGB (Red+Green+Blue) = 241+204+210=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 210 (82.42% from 255 or 32.06% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCD2 is #0E332D. Grayscale: #D7D7D7. Windows color (decimal): -930606 or 13815025. OLE color: 13815025.

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

Color convert

RGB241204210-
CMYK00.150.130.05
HSL350.27º56.92%87.25%-
HSV(B)350.27º15.35%94.51%-
XYZ69.566.5470.15-
YUV215.75124.76146.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 210 (82.42% from 255) = 32.06%
R=36.79%
G=31.15%
B=32.06%

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
Decimal24120421000.150.130.05350.2756.9287.25
HexF1CCD20FD515e3957
Octal36131432201715553671127
Binary1111000111001100110100100111111011011010111101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCD2; }

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

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

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

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

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

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

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

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