#F2DCDF

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

Shades of Carousel Pink #F2DCDF

Tints of Carousel Pink #F2DCDF

Color information

#F2DCDF (or 0xF2DCDF) is unknown color: approx Carousel Pink. HEX triplet: F2, DC and DF. RGB value is (242,220,223). Sum of RGB (Red+Green+Blue) = 242+220+223=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCDF is #0D2320. Grayscale: #E2E2E2. Windows color (decimal): -860961 or 14671090. OLE color: 14671090.

HSL color Cylindrical-coordinate representation of color #F2DCDF: hue angle of 351.82º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DCDF is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242220223-
CMYK00.090.080.05
HSL351.82º45.83%90.59%-
HSV(B)351.82º9.09%94.9%-
XYZ75.5375.3980.38-
YUV226.92125.79138.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.33%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 223 (87.5% from 255) = 32.55%
R=35.33%
G=32.12%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222022300.090.080.05351.8245.8390.59
HexF2DCDF09851602e5b
Octal36233433701110554056133
Binary1111001011011100110111110100110001011011000001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCDF; }

 p { color: rgb(242,220,223); }

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

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

 a { background-color: rgb(242,220,223); }

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

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

 span { border-color: rgb(242,220,223); }

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