#F1DCE1

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

Shades of Carousel Pink #F1DCE1

Tints of Carousel Pink #F1DCE1

Color information

#F1DCE1 (or 0xF1DCE1) is unknown color: approx Carousel Pink. HEX triplet: F1, DC and E1. RGB value is (241,220,225). Sum of RGB (Red+Green+Blue) = 241+220+225=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCE1 is #0E231E. Grayscale: #E2E2E2. Windows color (decimal): -926495 or 14802161. OLE color: 14802161.

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

Color convert

RGB241220225-
CMYK00.090.070.05
HSL345.71º42.86%90.39%-
HSV(B)345.71º8.71%94.51%-
XYZ75.4675.3281.8-
YUV226.85126.96138.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.13%
GREEN value IS 220 (86.33% from 255) = 32.07%
BLUE value IS 225 (88.28% from 255) = 32.80%
R=35.13%
G=32.07%
B=32.80%

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
Decimal24122022500.090.070.05345.7142.8690.39
HexF1DCE1097515a2b5a
Octal3613343410117553253132
Binary111100011101110011100001010011111011010110101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCE1; }

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

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

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

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

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

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

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

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