#FDDAE2

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

Shades of Carousel Pink #FDDAE2

Tints of Carousel Pink #FDDAE2

Color information

#FDDAE2 (or 0xFDDAE2) is unknown color: approx Carousel Pink. HEX triplet: FD, DA and E2. RGB value is (253,218,226). Sum of RGB (Red+Green+Blue) = 253+218+226=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 226 (88.67% from 255 or 32.42% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAE2 is #02251D. Grayscale: #E5E5E5. Windows color (decimal): -140574 or 14867197. OLE color: 14867197.

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

Color convert

RGB253218226-
CMYK00.140.110.01
HSL346.29º89.74%92.35%-
HSV(B)346.29º13.83%99.22%-
XYZ79.3176.5282.54-
YUV229.38126.1144.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.30%
GREEN value IS 218 (85.55% from 255) = 31.28%
BLUE value IS 226 (88.67% from 255) = 32.42%
R=36.30%
G=31.28%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321822600.140.110.01346.2989.7492.35
HexFDDAE20EB115a5a5c
Octal375332342016131532132134
Binary111111011101101011100010011101011110101101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDAE2; }

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

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

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

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

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

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

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

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