#F1CCD4

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

Shades of Pink Lace #F1CCD4

Tints of Pink Lace #F1CCD4

Color information

#F1CCD4 (or 0xF1CCD4) is unknown color: approx Pink Lace. HEX triplet: F1, CC and D4. RGB value is (241,204,212). Sum of RGB (Red+Green+Blue) = 241+204+212=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 212 (83.20% from 255 or 32.27% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CCD4 is #0E332B. Grayscale: #D7D7D7. Windows color (decimal): -930604 or 13946097. OLE color: 13946097.

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

Color convert

RGB241204212-
CMYK00.150.120.05
HSL347.03º56.92%87.25%-
HSV(B)347.03º15.35%94.51%-
XYZ69.7566.6471.47-
YUV215.98125.76145.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.68%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 212 (83.20% from 255) = 32.27%
R=36.68%
G=31.05%
B=32.27%

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
Decimal24120421200.150.120.05347.0356.9287.25
HexF1CCD40FC515b3957
Octal36131432401714553371127
Binary1111000111001100110101000111111001011010110111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCD4; }

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

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

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

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

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

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

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

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