#F3DADC

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

Shades of Pale Pink #F3DADC

Tints of Pale Pink #F3DADC

Color information

#F3DADC (or 0xF3DADC) is unknown color: approx Pale Pink. HEX triplet: F3, DA and DC. RGB value is (243,218,220). Sum of RGB (Red+Green+Blue) = 243+218+220=681 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.68% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DADC is #0C2523. Grayscale: #E1E1E1. Windows color (decimal): -795940 or 14473971. OLE color: 14473971.

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

Color convert

RGB243218220-
CMYK00.100.090.05
HSL355.2º51.02%90.39%-
HSV(B)355.2º10.29%95.29%-
XYZ74.9574.3678.11-
YUV225.7124.78140.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.68%
GREEN value IS 218 (85.55% from 255) = 32.01%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=35.68%
G=32.01%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321822000.100.090.05355.251.0290.39
HexF3DADC0A95163335a
Octal36333233401211554363132
Binary1111001111011010110111000101010011011011000111100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DADC; }

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

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

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

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

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

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

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

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