#F3DCE1

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

Shades of Carousel Pink #F3DCE1

Tints of Carousel Pink #F3DCE1

Color information

#F3DCE1 (or 0xF3DCE1) is unknown color: approx Carousel Pink. HEX triplet: F3, DC and E1. RGB value is (243,220,225). Sum of RGB (Red+Green+Blue) = 243+220+225=688 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.32% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 225 (88.28% from 255 or 32.70% from 688); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCE1 is #0C231E. Grayscale: #E3E3E3. Windows color (decimal): -795423 or 14802163. OLE color: 14802163.

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

Color convert

RGB243220225-
CMYK00.090.070.05
HSL346.96º48.94%90.78%-
HSV(B)346.96º9.47%95.29%-
XYZ76.1575.6881.83-
YUV227.45126.62139.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.32%
GREEN value IS 220 (86.33% from 255) = 31.98%
BLUE value IS 225 (88.28% from 255) = 32.70%
R=35.32%
G=31.98%
B=32.70%

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
Decimal24322022500.090.070.05346.9648.9490.78
HexF3DCE1097515b315b
Octal3633343410117553361133
Binary111100111101110011100001010011111011010110111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCE1; }

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

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

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

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

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

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

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

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