#FCDBE0

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

Shades of Carousel Pink #FCDBE0

Tints of Carousel Pink #FCDBE0

Color information

#FCDBE0 (or 0xFCDBE0) is unknown color: approx Carousel Pink. HEX triplet: FC, DB and E0. RGB value is (252,219,224). Sum of RGB (Red+Green+Blue) = 252+219+224=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBE0 is #03241F. Grayscale: #E5E5E5. Windows color (decimal): -205856 or 14736380. OLE color: 14736380.

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

Color convert

RGB252219224-
CMYK00.130.110.01
HSL350.91º84.62%92.35%-
HSV(B)350.91º13.1%98.82%-
XYZ78.9376.7481.17-
YUV229.44124.93144.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.26%
GREEN value IS 219 (85.94% from 255) = 31.51%
BLUE value IS 224 (87.89% from 255) = 32.23%
R=36.26%
G=31.51%
B=32.23%

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
Decimal25221922400.130.110.01350.9184.6292.35
HexFCDBE00DB115f555c
Octal374333340015131537125134
Binary111111001101101111100000011011011110101111110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBE0; }

 p { color: rgb(252,219,224); }

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

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

 a { background-color: rgb(252,219,224); }

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

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

 span { border-color: rgb(252,219,224); }

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