#F2DEE3

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

Shades of Carousel Pink #F2DEE3

Tints of Carousel Pink #F2DEE3

Color information

#F2DEE3 (or 0xF2DEE3) is unknown color: approx Carousel Pink. HEX triplet: F2, DE and E3. RGB value is (242,222,227). Sum of RGB (Red+Green+Blue) = 242+222+227=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 227 (89.06% from 255 or 32.85% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEE3 is #0D211C. Grayscale: #E4E4E4. Windows color (decimal): -860445 or 14933746. OLE color: 14933746.

HSL color Cylindrical-coordinate representation of color #F2DEE3: hue angle of 345º degrees, saturation: 0.43, 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 #F2DEE3 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB242222227-
CMYK00.080.060.05
HSL345º43.48%90.98%-
HSV(B)345º8.26%94.9%-
XYZ76.676.6783.43-
YUV228.55127.13137.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.02%
GREEN value IS 222 (87.11% from 255) = 32.13%
BLUE value IS 227 (89.06% from 255) = 32.85%
R=35.02%
G=32.13%
B=32.85%

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
Decimal24222222700.080.060.0534543.4890.98
HexF2DEE308651592b5b
Octal3623363430106553153133
Binary111100101101111011100011010001101011010110011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEE3; }

 p { color: rgb(242,222,227); }

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

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

 a { background-color: rgb(242,222,227); }

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

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

 span { border-color: rgb(242,222,227); }

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