#FCDAE1

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

Shades of Carousel Pink #FCDAE1

Tints of Carousel Pink #FCDAE1

Color information

#FCDAE1 (or 0xFCDAE1) is unknown color: approx Carousel Pink. HEX triplet: FC, DA and E1. RGB value is (252,218,225). Sum of RGB (Red+Green+Blue) = 252+218+225=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAE1 is #03251E. Grayscale: #E4E4E4. Windows color (decimal): -206111 or 14801660. OLE color: 14801660.

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

Color convert

RGB252218225-
CMYK00.130.110.01
HSL347.65º85%92.16%-
HSV(B)347.65º13.49%98.82%-
XYZ78.8176.2781.8-
YUV228.96125.76144.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 218 (85.55% from 255) = 31.37%
BLUE value IS 225 (88.28% from 255) = 32.37%
R=36.26%
G=31.37%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221822500.130.110.01347.658592.16
HexFCDAE10DB115c555c
Octal374332341015131534125134
Binary111111001101101011100001011011011110101110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDAE1; }

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

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

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

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

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

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

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

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