#F3CDDA

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

Shades of Pink Lace #F3CDDA

Tints of Pink Lace #F3CDDA

Color information

#F3CDDA (or 0xF3CDDA) is unknown color: approx Pink Lace. HEX triplet: F3, CD and DA. RGB value is (243,205,218). Sum of RGB (Red+Green+Blue) = 243+205+218=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CDDA is #0C3225. Grayscale: #D9D9D9. Windows color (decimal): -799270 or 14339571. OLE color: 14339571.

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

Color convert

RGB243205218-
CMYK00.160.100.05
HSL339.47º61.29%87.84%-
HSV(B)339.47º15.64%95.29%-
XYZ71.4567.7875.65-
YUV217.84128.09145.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.49%
GREEN value IS 205 (80.47% from 255) = 30.78%
BLUE value IS 218 (85.55% from 255) = 32.73%
R=36.49%
G=30.78%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320521800.160.100.05339.4761.2987.84
HexF3CDDA010A51533d58
Octal36331533202012552375130
Binary11110011110011011101101001000010101011010100111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CDDA; }

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

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

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

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

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

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

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

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