#FAD9DF

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

Shades of Carousel Pink #FAD9DF

Tints of Carousel Pink #FAD9DF

Color information

#FAD9DF (or 0xFAD9DF) is unknown color: approx Carousel Pink. HEX triplet: FA, D9 and DF. RGB value is (250,217,223). Sum of RGB (Red+Green+Blue) = 250+217+223=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9DF is #052620. Grayscale: #E3E3E3. Windows color (decimal): -337441 or 14670330. OLE color: 14670330.

HSL color Cylindrical-coordinate representation of color #FAD9DF: hue angle of 349.09º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FAD9DF is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250217223-
CMYK00.130.110.02
HSL349.09º76.74%91.57%-
HSV(B)349.09º13.2%98.04%-
XYZ77.5675.2880.25-
YUV227.55125.43144.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.23%
GREEN value IS 217 (85.16% from 255) = 31.45%
BLUE value IS 223 (87.5% from 255) = 32.32%
R=36.23%
G=31.45%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021722300.130.110.02349.0976.7491.57
HexFAD9DF0DB215d4d5c
Octal372331337015132535115134
Binary1111101011011001110111110110110111010101110110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD9DF; }

 p { color: rgb(250,217,223); }

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

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

 a { background-color: rgb(250,217,223); }

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

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

 span { border-color: rgb(250,217,223); }

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