#FDDCE2

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

Shades of Carousel Pink #FDDCE2

Tints of Carousel Pink #FDDCE2

Color information

#FDDCE2 (or 0xFDDCE2) is unknown color: approx Carousel Pink. HEX triplet: FD, DC and E2. RGB value is (253,220,226). Sum of RGB (Red+Green+Blue) = 253+220+226=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCE2 is #02231D. Grayscale: #E6E6E6. Windows color (decimal): -140062 or 14867709. OLE color: 14867709.

HSL color Cylindrical-coordinate representation of color #FDDCE2: hue angle of 349.09º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDCE2 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253220226-
CMYK00.130.110.01
HSL349.09º89.19%92.75%-
HSV(B)349.09º13.04%99.22%-
XYZ79.8377.5682.71-
YUV230.55125.43144.01-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.19%
GREEN value IS 220 (86.33% from 255) = 31.47%
BLUE value IS 226 (88.67% from 255) = 32.33%
R=36.19%
G=31.47%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322022600.130.110.01349.0989.1992.75
HexFDDCE20DB115d595d
Octal375334342015131535131135
Binary111111011101110011100010011011011110101110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCE2; }

 p { color: rgb(253,220,226); }

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

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

 a { background-color: rgb(253,220,226); }

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

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

 span { border-color: rgb(253,220,226); }

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