#F7DCE3

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

Shades of Carousel Pink #F7DCE3

Tints of Carousel Pink #F7DCE3

Color information

#F7DCE3 (or 0xF7DCE3) is unknown color: approx Carousel Pink. HEX triplet: F7, DC and E3. RGB value is (247,220,227). Sum of RGB (Red+Green+Blue) = 247+220+227=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 227 (89.06% from 255 or 32.71% from 694); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCE3 is #08231C. Grayscale: #E4E4E4. Windows color (decimal): -533277 or 14933239. OLE color: 14933239.

HSL color Cylindrical-coordinate representation of color #F7DCE3: hue angle of 344.44º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F7DCE3 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB247220227-
CMYK00.110.080.03
HSL344.44º62.79%91.57%-
HSV(B)344.44º10.93%96.86%-
XYZ77.8276.5183.34-
YUV228.87126.95140.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.59%
GREEN value IS 220 (86.33% from 255) = 31.70%
BLUE value IS 227 (89.06% from 255) = 32.71%
R=35.59%
G=31.70%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722022700.110.080.03344.4462.7991.57
HexF7DCE30B831583f5c
Octal36733434301310353077134
Binary111101111101110011100011010111000111010110001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DCE3; }

 p { color: rgb(247,220,227); }

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

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

 a { background-color: rgb(247,220,227); }

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

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

 span { border-color: rgb(247,220,227); }

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