Html Css Color HEX #FCDCDE Pale Pink

📋 copy color: '#FCDCDE'

red 252 ◦ green 220 ◦ blue 222

#FCDCDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Pink #FCDCDE

Tints of Pale Pink #FCDCDE

RGB

 RED value IS 252 (98.83% from 255) = 36.31%

 GREEN value IS 220 (86.33% from 255) = 31.7%

 BLUE value IS 222 (87.11% from 255) = 31.99%

R = 36.31%
G = 31.7%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCDCDE (or 0xFCDCDE) is known color: Pale Pink. HEX triplet: FC, DC and DE. RGB value is (252,220,222). Sum of RGB (Red+Green+Blue) = 252+220+222=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCDE is #032321. Grayscale: #E5E5E5. Windows color (decimal): -205602 or 14605564. OLE color: 14605564.

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

Color convert

RGB 252 220 222 -
CMYK 0 0.13 0.12 0.01
HSL 356.25º 0.84% 0.93% -
HSV(B) 356.25º 0.13% 0.99% -
XYZ 78.92 77.16 79.84 -
YUV 229.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 252 220 222 0 0.13 0.12 0.01 356.25 0.84 0.93
Hex FC DC DE 0 D C 1 164 54 5D
Octal 374 334 336 0 15 14 1 544 124 135
Binary 11111100 11011100 11011110 0 1101 1100 1 101100100 1010100 1011101

Color Harmonies of #FCDCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCDE

Black with #FCDCDE

Text Example


Text Example

White with #FCDCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCDE; }

 p { color: rgb(252,220,222); }

 H1.HeaderClassName
 {
   color: #FCDCDE;
 }
 .AnyTagClassName
 {
   color: #FCDCDE;
 }
</style>

background-color css

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

 a { background-color: rgb(252,220,222); }

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

border-color css

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

 span { border-color: rgb(252,220,222); }

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