Html Css Color HEX #FCDDDF Pale Pink

📋 copy color: '#FCDDDF'

red 252 ◦ green 221 ◦ blue 223

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

Shades of Pale Pink #FCDDDF

Tints of Pale Pink #FCDDDF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.75%

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

R = 36.21%
G = 31.75%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCDDDF (or 0xFCDDDF) is known color: Pale Pink. HEX triplet: FC, DD and DF. RGB value is (252,221,223). Sum of RGB (Red+Green+Blue) = 252+221+223=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDDF is #032220. Grayscale: #E6E6E6. Windows color (decimal): -205345 or 14671356. OLE color: 14671356.

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

Color convert

RGB 252 221 223 -
CMYK 0 0.12 0.12 0.01
HSL 356.13º 0.84% 0.93% -
HSV(B) 356.13º 0.12% 0.99% -
XYZ 79.32 77.74 80.64 -
YUV 230.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 252 221 223 0 0.12 0.12 0.01 356.13 0.84 0.93
Hex FC DD DF 0 C C 1 164 54 5D
Octal 374 335 337 0 14 14 1 544 124 135
Binary 11111100 11011101 11011111 0 1100 1100 1 101100100 1010100 1011101

Color Harmonies of #FCDDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDDF

Black with #FCDDDF

Text Example


Text Example

White with #FCDDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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