#F6D9DF

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

Shades of Carousel Pink #F6D9DF

Tints of Carousel Pink #F6D9DF

Color information

#F6D9DF (or 0xF6D9DF) is unknown color: approx Carousel Pink. HEX triplet: F6, D9 and DF. RGB value is (246,217,223). Sum of RGB (Red+Green+Blue) = 246+217+223=686 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.86% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9DF is #092620. Grayscale: #E2E2E2. Windows color (decimal): -599585 or 14670326. OLE color: 14670326.

HSL color Cylindrical-coordinate representation of color #F6D9DF: hue angle of 347.59º 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 #F6D9DF is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB246217223-
CMYK00.120.090.04
HSL347.59º61.7%90.78%-
HSV(B)347.59º11.79%96.47%-
XYZ76.1474.5580.19-
YUV226.36126.11142.01-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.86%
GREEN value IS 217 (85.16% from 255) = 31.63%
BLUE value IS 223 (87.5% from 255) = 32.51%
R=35.86%
G=31.63%
B=32.51%

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
Decimal24621722300.120.090.04347.5961.790.78
HexF6D9DF0C9415c3e5b
Octal36633133701411453476133
Binary1111011011011001110111110110010011001010111001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D9DF; }

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

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

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

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

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

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

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

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