Html Css Color HEX #FCDCDF Pale Pink

📋 copy color: '#FCDCDF'

red 252 ◦ green 220 ◦ blue 223

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

Shades of Pale Pink #FCDCDF

Tints of Pale Pink #FCDCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 32.09%

R = 36.26%
G = 31.65%
B = 32.09%

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

#FCDCDF (or 0xFCDCDF) is known color: Pale Pink. HEX triplet: FC, DC and DF. RGB value is (252,220,223). Sum of RGB (Red+Green+Blue) = 252+220+223=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCDF is #032320. Grayscale: #E5E5E5. Windows color (decimal): -205601 or 14671100. OLE color: 14671100.

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

Color convert

RGB 252 220 223 -
CMYK 0 0.13 0.12 0.01
HSL 354.38º 0.84% 0.93% -
HSV(B) 354.38º 0.13% 0.99% -
XYZ 79.06 77.21 80.55 -
YUV 229.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 252 220 223 0 0.13 0.12 0.01 354.38 0.84 0.93
Hex FC DC DF 0 D C 1 162 54 5D
Octal 374 334 337 0 15 14 1 542 124 135
Binary 11111100 11011100 11011111 0 1101 1100 1 101100010 1010100 1011101

Color Harmonies of #FCDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCDF

Black with #FCDCDF

Text Example


Text Example

White with #FCDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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