#F9D6DF

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

Shades of Carousel Pink #F9D6DF

Tints of Carousel Pink #F9D6DF

Color information

#F9D6DF (or 0xF9D6DF) is unknown color: approx Carousel Pink. HEX triplet: F9, D6 and DF. RGB value is (249,214,223). Sum of RGB (Red+Green+Blue) = 249+214+223=686 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.30% from 686); Green value is 214 (83.98% from 255 or 31.20% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D6DF is #062920. Grayscale: #E1E1E1. Windows color (decimal): -403745 or 14669561. OLE color: 14669561.

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

Color convert

RGB249214223-
CMYK00.140.100.02
HSL344.57º74.47%90.78%-
HSV(B)344.57º14.06%97.65%-
XYZ76.4373.5679.98-
YUV225.49126.6144.77-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.30%
GREEN value IS 214 (83.98% from 255) = 31.20%
BLUE value IS 223 (87.5% from 255) = 32.51%
R=36.30%
G=31.20%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921422300.140.100.02344.5774.4790.78
HexF9D6DF0EA21594a5b
Octal371326337016122531112133
Binary1111100111010110110111110111010101010101100110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D6DF; }

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

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

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

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

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

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

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

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