#FCDBE2

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

Shades of Carousel Pink #FCDBE2

Tints of Carousel Pink #FCDBE2

Color information

#FCDBE2 (or 0xFCDBE2) is unknown color: approx Carousel Pink. HEX triplet: FC, DB and E2. RGB value is (252,219,226). Sum of RGB (Red+Green+Blue) = 252+219+226=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 226 (88.67% from 255 or 32.42% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBE2 is #03241D. Grayscale: #E5E5E5. Windows color (decimal): -205854 or 14867452. OLE color: 14867452.

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

Color convert

RGB252219226-
CMYK00.130.100.01
HSL347.27º84.62%92.35%-
HSV(B)347.27º13.1%98.82%-
XYZ79.276.8582.61-
YUV229.67125.93143.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 219 (85.94% from 255) = 31.42%
BLUE value IS 226 (88.67% from 255) = 32.42%
R=36.15%
G=31.42%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221922600.130.100.01347.2784.6292.35
HexFCDBE20DA115b555c
Octal374333342015121533125134
Binary111111001101101111100010011011010110101101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBE2; }

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

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

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

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

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

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

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

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