Html Css Color HEX #FCDEDF Pale Pink

📋 copy color: '#FCDEDF'

red 252 ◦ green 222 ◦ blue 223

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

Shades of Pale Pink #FCDEDF

Tints of Pale Pink #FCDEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.85%

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

R = 36.15%
G = 31.85%
B = 31.99%

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

#FCDEDF (or 0xFCDEDF) is known color: Pale Pink. HEX triplet: FC, DE and DF. RGB value is (252,222,223). Sum of RGB (Red+Green+Blue) = 252+222+223=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEDF is #032120. Grayscale: #E7E7E7. Windows color (decimal): -205089 or 14671612. OLE color: 14671612.

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

Color convert

RGB 252 222 223 -
CMYK 0 0.12 0.12 0.01
HSL 358º 0.83% 0.93% -
HSV(B) 358º 0.12% 0.99% -
XYZ 79.59 78.27 80.72 -
YUV 231.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 252 222 223 0 0.12 0.12 0.01 358 0.83 0.93
Hex FC DE DF 0 C C 1 166 53 5D
Octal 374 336 337 0 14 14 1 546 123 135
Binary 11111100 11011110 11011111 0 1100 1100 1 101100110 1010011 1011101

Color Harmonies of #FCDEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEDF

Black with #FCDEDF

Text Example


Text Example

White with #FCDEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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