#FDDCE4

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

Shades of Carousel Pink #FDDCE4

Tints of Carousel Pink #FDDCE4

Color information

#FDDCE4 (or 0xFDDCE4) is unknown color: approx Carousel Pink. HEX triplet: FD, DC and E4. RGB value is (253,220,228). Sum of RGB (Red+Green+Blue) = 253+220+228=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 220 (86.33% from 255 or 31.38% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCE4 is #02231B. Grayscale: #E6E6E6. Windows color (decimal): -140060 or 14998781. OLE color: 14998781.

HSL color Cylindrical-coordinate representation of color #FDDCE4: hue angle of 345.45º 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 #FDDCE4 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB253220228-
CMYK00.130.100.01
HSL345.45º89.19%92.75%-
HSV(B)345.45º13.04%99.22%-
XYZ80.177.6784.17-
YUV230.78126.43143.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.09%
GREEN value IS 220 (86.33% from 255) = 31.38%
BLUE value IS 228 (89.45% from 255) = 32.52%
R=36.09%
G=31.38%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322022800.130.100.01345.4589.1992.75
HexFDDCE40DA1159595d
Octal375334344015121531131135
Binary111111011101110011100100011011010110101100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCE4; }

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

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

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

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

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

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

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

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