#FAD6DF

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

Shades of Carousel Pink #FAD6DF

Tints of Carousel Pink #FAD6DF

Color information

#FAD6DF (or 0xFAD6DF) is unknown color: approx Carousel Pink. HEX triplet: FA, D6 and DF. RGB value is (250,214,223). Sum of RGB (Red+Green+Blue) = 250+214+223=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 214 (83.98% from 255 or 31.15% from 687); Blue value is 223 (87.5% from 255 or 32.46% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6DF is #052920. Grayscale: #E1E1E1. Windows color (decimal): -338209 or 14669562. OLE color: 14669562.

HSL color Cylindrical-coordinate representation of color #FAD6DF: hue angle of 345º degrees, saturation: 0.78, 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 #FAD6DF is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250214223-
CMYK00.140.110.02
HSL345º78.26%90.98%-
HSV(B)345º14.4%98.04%-
XYZ76.7973.7480-
YUV225.79126.43145.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.39%
GREEN value IS 214 (83.98% from 255) = 31.15%
BLUE value IS 223 (87.5% from 255) = 32.46%
R=36.39%
G=31.15%
B=32.46%

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
Decimal25021422300.140.110.0234578.2690.98
HexFAD6DF0EB21594e5b
Octal372326337016132531116133
Binary1111101011010110110111110111010111010101100110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6DF; }

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

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

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

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

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

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

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

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