#F2DEE2

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

Shades of Carousel Pink #F2DEE2

Tints of Carousel Pink #F2DEE2

Color information

#F2DEE2 (or 0xF2DEE2) is unknown color: approx Carousel Pink. HEX triplet: F2, DE and E2. RGB value is (242,222,226). Sum of RGB (Red+Green+Blue) = 242+222+226=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 222 (87.11% from 255 or 32.17% from 690); Blue value is 226 (88.67% from 255 or 32.75% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEE2 is #0D211D. Grayscale: #E4E4E4. Windows color (decimal): -860446 or 14868210. OLE color: 14868210.

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

Color convert

RGB242222226-
CMYK00.080.070.05
HSL348º43.48%90.98%-
HSV(B)348º8.26%94.9%-
XYZ76.4776.6182.71-
YUV228.44126.63137.67-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.07%
GREEN value IS 222 (87.11% from 255) = 32.17%
BLUE value IS 226 (88.67% from 255) = 32.75%
R=35.07%
G=32.17%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222222600.080.070.0534843.4890.98
HexF2DEE2087515c2b5b
Octal3623363420107553453133
Binary111100101101111011100010010001111011010111001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEE2; }

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

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

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

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

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

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

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

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