#F1DEE2

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

Shades of Carousel Pink #F1DEE2

Tints of Carousel Pink #F1DEE2

Color information

#F1DEE2 (or 0xF1DEE2) is unknown color: approx Carousel Pink. HEX triplet: F1, DE and E2. RGB value is (241,222,226). Sum of RGB (Red+Green+Blue) = 241+222+226=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 226 (88.67% from 255 or 32.80% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DEE2 is #0E211D. Grayscale: #E4E4E4. Windows color (decimal): -925982 or 14868209. OLE color: 14868209.

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

Color convert

RGB241222226-
CMYK00.080.060.05
HSL347.37º40.43%90.78%-
HSV(B)347.37º7.88%94.51%-
XYZ76.1276.4382.69-
YUV228.14126.79137.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.98%
GREEN value IS 222 (87.11% from 255) = 32.22%
BLUE value IS 226 (88.67% from 255) = 32.80%
R=34.98%
G=32.22%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122222600.080.060.05347.3740.4390.78
HexF1DEE2086515b285b
Octal3613363420106553350133
Binary111100011101111011100010010001101011010110111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEE2; }

 p { color: rgb(241,222,226); }

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

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

 a { background-color: rgb(241,222,226); }

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

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

 span { border-color: rgb(241,222,226); }

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