#F3DCE0

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

Shades of Carousel Pink #F3DCE0

Tints of Carousel Pink #F3DCE0

Color information

#F3DCE0 (or 0xF3DCE0) is unknown color: approx Carousel Pink. HEX triplet: F3, DC and E0. RGB value is (243,220,224). Sum of RGB (Red+Green+Blue) = 243+220+224=687 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.37% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 224 (87.89% from 255 or 32.61% from 687); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCE0 is #0C231F. Grayscale: #E3E3E3. Windows color (decimal): -795424 or 14736627. OLE color: 14736627.

HSL color Cylindrical-coordinate representation of color #F3DCE0: hue angle of 349.57º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3DCE0 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB243220224-
CMYK00.090.080.05
HSL349.57º48.94%90.78%-
HSV(B)349.57º9.47%95.29%-
XYZ76.0175.6281.11-
YUV227.33126.12139.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.37%
GREEN value IS 220 (86.33% from 255) = 32.02%
BLUE value IS 224 (87.89% from 255) = 32.61%
R=35.37%
G=32.02%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322022400.090.080.05349.5748.9490.78
HexF3DCE0098515e315b
Octal36333434001110553661133
Binary1111001111011100111000000100110001011010111101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCE0; }

 p { color: rgb(243,220,224); }

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

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

 a { background-color: rgb(243,220,224); }

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

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

 span { border-color: rgb(243,220,224); }

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