#FCDBE3

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

Shades of Carousel Pink #FCDBE3

Tints of Carousel Pink #FCDBE3

Color information

#FCDBE3 (or 0xFCDBE3) is unknown color: approx Carousel Pink. HEX triplet: FC, DB and E3. RGB value is (252,219,227). Sum of RGB (Red+Green+Blue) = 252+219+227=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 227 (89.06% from 255 or 32.52% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBE3 is #03241C. Grayscale: #E5E5E5. Windows color (decimal): -205853 or 14932988. OLE color: 14932988.

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

Color convert

RGB252219227-
CMYK00.130.100.01
HSL345.45º84.62%92.35%-
HSV(B)345.45º13.1%98.82%-
XYZ79.3476.983.34-
YUV229.78126.43143.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 219 (85.94% from 255) = 31.38%
BLUE value IS 227 (89.06% from 255) = 32.52%
R=36.10%
G=31.38%
B=32.52%

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
Decimal25221922700.130.100.01345.4584.6292.35
HexFCDBE30DA1159555c
Octal374333343015121531125134
Binary111111001101101111100011011011010110101100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDBE3; }

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

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

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

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

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

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

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

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