#FDDFE5

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

Shades of Carousel Pink #FDDFE5

Tints of Carousel Pink #FDDFE5

Color information

#FDDFE5 (or 0xFDDFE5) is unknown color: approx Carousel Pink. HEX triplet: FD, DF and E5. RGB value is (253,223,229). Sum of RGB (Red+Green+Blue) = 253+223+229=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFE5 is #02201A. Grayscale: #E8E8E8. Windows color (decimal): -139291 or 15065085. OLE color: 15065085.

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

Color convert

RGB253223229-
CMYK00.120.090.01
HSL348º88.24%93.33%-
HSV(B)348º11.86%99.22%-
XYZ81.0479.3285.17-
YUV232.65125.94142.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 223 (87.5% from 255) = 31.63%
BLUE value IS 229 (89.84% from 255) = 32.48%
R=35.89%
G=31.63%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322322900.120.090.0134888.2493.33
HexFDDFE50C9115c585d
Octal375337345014111534130135
Binary111111011101111111100101011001001110101110010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDFE5; }

 p { color: rgb(253,223,229); }

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

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

 a { background-color: rgb(253,223,229); }

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

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

 span { border-color: rgb(253,223,229); }

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