Html Css Color HEX #FCDCDD Pale Pink

📋 copy color: '#FCDCDD'

red 252 ◦ green 220 ◦ blue 221

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

Shades of Pale Pink #FCDCDD

Tints of Pale Pink #FCDCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 31.89%

R = 36.36%
G = 31.75%
B = 31.89%

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

#FCDCDD (or 0xFCDCDD) is known color: Pale Pink. HEX triplet: FC, DC and DD. RGB value is (252,220,221). Sum of RGB (Red+Green+Blue) = 252+220+221=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCDD is #032322. Grayscale: #E5E5E5. Windows color (decimal): -205603 or 14540028. OLE color: 14540028.

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

Color convert

RGB 252 220 221 -
CMYK 0 0.13 0.12 0.01
HSL 358.13º 0.84% 0.93% -
HSV(B) 358.13º 0.13% 0.99% -
XYZ 78.79 77.1 79.14 -
YUV 229.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 252 220 221 0 0.13 0.12 0.01 358.13 0.84 0.93
Hex FC DC DD 0 D C 1 166 54 5D
Octal 374 334 335 0 15 14 1 546 124 135
Binary 11111100 11011100 11011101 0 1101 1100 1 101100110 1010100 1011101

Color Harmonies of #FCDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCDD

Black with #FCDCDD

Text Example


Text Example

White with #FCDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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