#F1DFE3

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

Shades of Carousel Pink #F1DFE3

Tints of Carousel Pink #F1DFE3

Color information

#F1DFE3 (or 0xF1DFE3) is unknown color: approx Carousel Pink. HEX triplet: F1, DF and E3. RGB value is (241,223,227). Sum of RGB (Red+Green+Blue) = 241+223+227=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 223 (87.5% from 255 or 32.27% from 691); Blue value is 227 (89.06% from 255 or 32.85% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFE3 is #0E201C. Grayscale: #E4E4E4. Windows color (decimal): -925725 or 14934001. OLE color: 14934001.

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

Color convert

RGB241223227-
CMYK00.070.060.05
HSL346.67º39.13%90.98%-
HSV(B)346.67º7.47%94.51%-
XYZ76.5377.0283.51-
YUV228.84126.96136.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.88%
GREEN value IS 223 (87.5% from 255) = 32.27%
BLUE value IS 227 (89.06% from 255) = 32.85%
R=34.88%
G=32.27%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122322700.070.060.05346.6739.1390.98
HexF1DFE3076515b275b
Octal361337343076553347133
Binary11110001110111111110001101111101011010110111001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFE3; }

 p { color: rgb(241,223,227); }

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

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

 a { background-color: rgb(241,223,227); }

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

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

 span { border-color: rgb(241,223,227); }

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