#F3DCDD

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

Shades of Pale Pink #F3DCDD

Tints of Pale Pink #F3DCDD

Color information

#F3DCDD (or 0xF3DCDD) is unknown color: approx Pale Pink. HEX triplet: F3, DC and DD. RGB value is (243,220,221). Sum of RGB (Red+Green+Blue) = 243+220+221=684 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.53% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCDD is #0C2322. Grayscale: #E3E3E3. Windows color (decimal): -795427 or 14540019. OLE color: 14540019.

HSL color Cylindrical-coordinate representation of color #F3DCDD: hue angle of 357.39º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3DCDD is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243220221-
CMYK00.090.090.05
HSL357.39º48.94%90.78%-
HSV(B)357.39º9.47%95.29%-
XYZ75.6175.4678.99-
YUV226.99124.62139.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.53%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 221 (86.72% from 255) = 32.31%
R=35.53%
G=32.16%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322022100.090.090.05357.3948.9490.78
HexF3DCDD0995165315b
Octal36333433501111554561133
Binary1111001111011100110111010100110011011011001011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCDD; }

 p { color: rgb(243,220,221); }

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

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

 a { background-color: rgb(243,220,221); }

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

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

 span { border-color: rgb(243,220,221); }

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