#FDDAE1

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

Shades of Carousel Pink #FDDAE1

Tints of Carousel Pink #FDDAE1

Color information

#FDDAE1 (or 0xFDDAE1) is unknown color: approx Carousel Pink. HEX triplet: FD, DA and E1. RGB value is (253,218,225). Sum of RGB (Red+Green+Blue) = 253+218+225=696 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.35% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 225 (88.28% from 255 or 32.33% from 696); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAE1 is #02251E. Grayscale: #E5E5E5. Windows color (decimal): -140575 or 14801661. OLE color: 14801661.

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

Color convert

RGB253218225-
CMYK00.140.110.01
HSL348º89.74%92.35%-
HSV(B)348º13.83%99.22%-
XYZ79.1776.4681.82-
YUV229.26125.6144.93-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.35%
GREEN value IS 218 (85.55% from 255) = 31.32%
BLUE value IS 225 (88.28% from 255) = 32.33%
R=36.35%
G=31.32%
B=32.33%

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
Decimal25321822500.140.110.0134889.7492.35
HexFDDAE10EB115c5a5c
Octal375332341016131534132134
Binary111111011101101011100001011101011110101110010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDAE1; }

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

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

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

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

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

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

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

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