Html Css Color HEX #FCDEE0 Pale Pink

📋 copy color: '#FCDEE0'

red 252 ◦ green 222 ◦ blue 224

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

Shades of Pale Pink #FCDEE0

Tints of Pale Pink #FCDEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.09%

R = 36.1%
G = 31.81%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCDEE0 (or 0xFCDEE0) is known color: Pale Pink. HEX triplet: FC, DE and E0. RGB value is (252,222,224). Sum of RGB (Red+Green+Blue) = 252+222+224=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDEE0 is #03211F. Grayscale: #E7E7E7. Windows color (decimal): -205088 or 14737148. OLE color: 14737148.

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

Color convert

RGB 252 222 224 -
CMYK 0 0.12 0.11 0.01
HSL 356º 0.83% 0.93% -
HSV(B) 356º 0.12% 0.99% -
XYZ 79.72 78.32 81.44 -
YUV 231.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 252 222 224 0 0.12 0.11 0.01 356 0.83 0.93
Hex FC DE E0 0 C B 1 164 53 5D
Octal 374 336 340 0 14 13 1 544 123 135
Binary 11111100 11011110 11100000 0 1100 1011 1 101100100 1010011 1011101

Color Harmonies of #FCDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEE0

Black with #FCDEE0

Text Example


Text Example

White with #FCDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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