#FAD8DF

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

Shades of Carousel Pink #FAD8DF

Tints of Carousel Pink #FAD8DF

Color information

#FAD8DF (or 0xFAD8DF) is unknown color: approx Carousel Pink. HEX triplet: FA, D8 and DF. RGB value is (250,216,223). Sum of RGB (Red+Green+Blue) = 250+216+223=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 216 (84.77% from 255 or 31.35% from 689); Blue value is 223 (87.5% from 255 or 32.37% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8DF is #052720. Grayscale: #E2E2E2. Windows color (decimal): -337697 or 14670074. OLE color: 14670074.

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

Color convert

RGB250216223-
CMYK00.140.110.02
HSL347.65º77.27%91.37%-
HSV(B)347.65º13.6%98.04%-
XYZ77.374.7680.17-
YUV226.96125.76144.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 216 (84.77% from 255) = 31.35%
BLUE value IS 223 (87.5% from 255) = 32.37%
R=36.28%
G=31.35%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021622300.140.110.02347.6577.2791.37
HexFAD8DF0EB215c4d5b
Octal372330337016132534115133
Binary1111101011011000110111110111010111010101110010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD8DF; }

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

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

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

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

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

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

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

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