#F1DFE1

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

Shades of Carousel Pink #F1DFE1

Tints of Carousel Pink #F1DFE1

Color information

#F1DFE1 (or 0xF1DFE1) is unknown color: approx Carousel Pink. HEX triplet: F1, DF and E1. RGB value is (241,223,225). Sum of RGB (Red+Green+Blue) = 241+223+225=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 225 (88.28% from 255 or 32.66% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFE1 is #0E201E. Grayscale: #E4E4E4. Windows color (decimal): -925727 or 14802929. OLE color: 14802929.

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

Color convert

RGB241223225-
CMYK00.070.070.05
HSL353.33º39.13%90.98%-
HSV(B)353.33º7.47%94.51%-
XYZ76.2576.9182.06-
YUV228.61125.96136.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.98%
GREEN value IS 223 (87.5% from 255) = 32.37%
BLUE value IS 225 (88.28% from 255) = 32.66%
R=34.98%
G=32.37%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122322500.070.070.05353.3339.1390.98
HexF1DFE10775161275b
Octal361337341077554147133
Binary11110001110111111110000101111111011011000011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFE1; }

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

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

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

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

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

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

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

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