#F2DCE1

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

Shades of Carousel Pink #F2DCE1

Tints of Carousel Pink #F2DCE1

Color information

#F2DCE1 (or 0xF2DCE1) is unknown color: approx Carousel Pink. HEX triplet: F2, DC and E1. RGB value is (242,220,225). Sum of RGB (Red+Green+Blue) = 242+220+225=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 225 (88.28% from 255 or 32.75% from 687); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCE1 is #0D231E. Grayscale: #E3E3E3. Windows color (decimal): -860959 or 14802162. OLE color: 14802162.

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

Color convert

RGB242220225-
CMYK00.090.070.05
HSL346.36º45.83%90.59%-
HSV(B)346.36º9.09%94.9%-
XYZ75.875.581.81-
YUV227.15126.79138.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.23%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 225 (88.28% from 255) = 32.75%
R=35.23%
G=32.02%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222022500.090.070.05346.3645.8390.59
HexF2DCE1097515a2e5b
Octal3623343410117553256133
Binary111100101101110011100001010011111011010110101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCE1; }

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

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

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

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

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

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

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

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