Html Css Color HEX #FCDDD7 Pippin

📋 copy color: '#FCDDD7'

red 252 ◦ green 221 ◦ blue 215

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

Shades of Pippin #FCDDD7

Tints of Pippin #FCDDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.25%

R = 36.63%
G = 32.12%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCDDD7 (or 0xFCDDD7) is known color: Pippin. HEX triplet: FC, DD and D7. RGB value is (252,221,215). Sum of RGB (Red+Green+Blue) = 252+221+215=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 215 (84.38% from 255 or 31.25% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD7 is #032228. Grayscale: #E5E5E5. Windows color (decimal): -205353 or 14147068. OLE color: 14147068.

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

Color convert

RGB 252 221 215 -
CMYK 0 0.12 0.15 0.01
HSL 9.73º 0.86% 0.92% -
HSV(B) 9.73º 0.15% 0.99% -
XYZ 78.27 77.31 75.09 -
YUV 229.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 252 221 215 0 0.12 0.15 0.01 9.73 0.86 0.92
Hex FC DD D7 0 C F 1 A 56 5C
Octal 374 335 327 0 14 17 1 12 126 134
Binary 11111100 11011101 11010111 0 1100 1111 1 1010 1010110 1011100

Color Harmonies of #FCDDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDD7

Black with #FCDDD7

Text Example


Text Example

White with #FCDDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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