Html Css Color HEX #FCDCD1 Pippin

📋 copy color: '#FCDCD1'

red 252 ◦ green 220 ◦ blue 209

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

Shades of Pippin #FCDCD1

Tints of Pippin #FCDCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 30.69%

R = 37%
G = 32.31%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FCDCD1 (or 0xFCDCD1) is known color: Pippin. HEX triplet: FC, DC and D1. RGB value is (252,220,209). Sum of RGB (Red+Green+Blue) = 252+220+209=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCD1 is #03232E. Grayscale: #E4E4E4. Windows color (decimal): -205615 or 13753596. OLE color: 13753596.

HSL color Cylindrical-coordinate representation of color #FCDCD1: hue angle of 15.35º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FCDCD1 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 220 209 -
CMYK 0 0.13 0.17 0.01
HSL 15.35º 0.88% 0.9% -
HSV(B) 15.35º 0.17% 0.99% -
XYZ 77.25 76.49 71.01 -
YUV 228.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 252 220 209 0 0.13 0.17 0.01 15.35 0.88 0.9
Hex FC DC D1 0 D 11 1 F 58 5A
Octal 374 334 321 0 15 21 1 17 130 132
Binary 11111100 11011100 11010001 0 1101 10001 1 1111 1011000 1011010

Color Harmonies of #FCDCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDCD1

Black with #FCDCD1

Text Example


Text Example

White with #FCDCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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