#F6D8DF

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

Shades of Carousel Pink #F6D8DF

Tints of Carousel Pink #F6D8DF

Color information

#F6D8DF (or 0xF6D8DF) is unknown color: approx Carousel Pink. HEX triplet: F6, D8 and DF. RGB value is (246,216,223). Sum of RGB (Red+Green+Blue) = 246+216+223=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8DF is #092720. Grayscale: #E1E1E1. Windows color (decimal): -599841 or 14670070. OLE color: 14670070.

HSL color Cylindrical-coordinate representation of color #F6D8DF: hue angle of 346º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6D8DF is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB246216223-
CMYK00.120.090.04
HSL346º62.5%90.59%-
HSV(B)346º12.2%96.47%-
XYZ75.8874.0380.1-
YUV225.77126.44142.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.91%
GREEN value IS 216 (84.77% from 255) = 31.53%
BLUE value IS 223 (87.5% from 255) = 32.55%
R=35.91%
G=31.53%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621622300.120.090.0434662.590.59
HexF6D8DF0C9415a3e5b
Octal36633033701411453276133
Binary1111011011011000110111110110010011001010110101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D8DF; }

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

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

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

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

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

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

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

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