#FDDFE4

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

Shades of Carousel Pink #FDDFE4

Tints of Carousel Pink #FDDFE4

Color information

#FDDFE4 (or 0xFDDFE4) is unknown color: approx Carousel Pink. HEX triplet: FD, DF and E4. RGB value is (253,223,228). Sum of RGB (Red+Green+Blue) = 253+223+228=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 228 (89.45% from 255 or 32.39% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDFE4 is #02201B. Grayscale: #E8E8E8. Windows color (decimal): -139292 or 14999549. OLE color: 14999549.

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

Color convert

RGB253223228-
CMYK00.120.100.01
HSL350º88.24%93.33%-
HSV(B)350º11.86%99.22%-
XYZ80.979.2684.43-
YUV232.54125.44142.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 223 (87.5% from 255) = 31.68%
BLUE value IS 228 (89.45% from 255) = 32.39%
R=35.94%
G=31.68%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322322800.120.100.0135088.2493.33
HexFDDFE40CA115e585d
Octal375337344014121536130135
Binary111111011101111111100100011001010110101111010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDFE4; }

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

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

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

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

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

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

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

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