#F6E0E3

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

Shades of Carousel Pink #F6E0E3

Tints of Carousel Pink #F6E0E3

Color information

#F6E0E3 (or 0xF6E0E3) is unknown color: approx Carousel Pink. HEX triplet: F6, E0 and E3. RGB value is (246,224,227). Sum of RGB (Red+Green+Blue) = 246+224+227=697 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.29% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 227 (89.06% from 255 or 32.57% from 697); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E0E3 is #091F1C. Grayscale: #E6E6E6. Windows color (decimal): -597789 or 14934262. OLE color: 14934262.

HSL color Cylindrical-coordinate representation of color #F6E0E3: hue angle of 351.82º degrees, saturation: 0.55, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F6E0E3 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB246224227-
CMYK00.090.080.04
HSL351.82º55%92.16%-
HSV(B)351.82º8.94%96.47%-
XYZ78.5378.4583.68-
YUV230.92125.79138.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.29%
GREEN value IS 224 (87.89% from 255) = 32.14%
BLUE value IS 227 (89.06% from 255) = 32.57%
R=35.29%
G=32.14%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622422700.090.080.04351.825592.16
HexF6E0E30984160375c
Octal36634034301110454067134
Binary1111011011100000111000110100110001001011000001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E0E3; }

 p { color: rgb(246,224,227); }

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

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

 a { background-color: rgb(246,224,227); }

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

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

 span { border-color: rgb(246,224,227); }

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