#F3CDD8

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

Shades of Pink Lace #F3CDD8

Tints of Pink Lace #F3CDD8

Color information

#F3CDD8 (or 0xF3CDD8) is unknown color: approx Pink Lace. HEX triplet: F3, CD and D8. RGB value is (243,205,216). Sum of RGB (Red+Green+Blue) = 243+205+216=664 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.60% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 216 (84.77% from 255 or 32.53% from 664); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDD8 is #0C3227. Grayscale: #D9D9D9. Windows color (decimal): -799272 or 14208499. OLE color: 14208499.

HSL color Cylindrical-coordinate representation of color #F3CDD8: hue angle of 342.63º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3CDD8 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB243205216-
CMYK00.160.110.05
HSL342.63º61.29%87.84%-
HSV(B)342.63º15.64%95.29%-
XYZ71.1967.6874.28-
YUV217.62127.09146.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.60%
GREEN value IS 205 (80.47% from 255) = 30.87%
BLUE value IS 216 (84.77% from 255) = 32.53%
R=36.60%
G=30.87%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320521600.160.110.05342.6361.2987.84
HexF3CDD8010B51573d58
Octal36331533002013552775130
Binary11110011110011011101100001000010111011010101111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CDD8; }

 p { color: rgb(243,205,216); }

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

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

 a { background-color: rgb(243,205,216); }

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

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

 span { border-color: rgb(243,205,216); }

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