#F6DFE4

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

Shades of Carousel Pink #F6DFE4

Tints of Carousel Pink #F6DFE4

Color information

#F6DFE4 (or 0xF6DFE4) is unknown color: approx Carousel Pink. HEX triplet: F6, DF and E4. RGB value is (246,223,228). Sum of RGB (Red+Green+Blue) = 246+223+228=697 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.29% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 228 (89.45% from 255 or 32.71% from 697); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFE4 is #09201B. Grayscale: #E6E6E6. Windows color (decimal): -598044 or 14999542. OLE color: 14999542.

HSL color Cylindrical-coordinate representation of color #F6DFE4: hue angle of 346.96º degrees, saturation: 0.56, 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 #F6DFE4 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB246223228-
CMYK00.090.070.04
HSL346.96º56.1%91.96%-
HSV(B)346.96º9.35%96.47%-
XYZ78.477.9784.32-
YUV230.45126.62139.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.29%
GREEN value IS 223 (87.5% from 255) = 31.99%
BLUE value IS 228 (89.45% from 255) = 32.71%
R=35.29%
G=31.99%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622322800.090.070.04346.9656.191.96
HexF6DFE4097415b385c
Octal3663373440117453370134
Binary111101101101111111100100010011111001010110111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DFE4; }

 p { color: rgb(246,223,228); }

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

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

 a { background-color: rgb(246,223,228); }

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

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

 span { border-color: rgb(246,223,228); }

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