Html Css Color HEX #FCDFD5 Pippin

📋 copy color: '#FCDFD5'

red 252 ◦ green 223 ◦ blue 213

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

Shades of Pippin #FCDFD5

Tints of Pippin #FCDFD5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.41%

 BLUE value IS 213 (83.59% from 255) = 30.96%

R = 36.63%
G = 32.41%
B = 30.96%

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

#FCDFD5 (or 0xFCDFD5) is known color: Pippin. HEX triplet: FC, DF and D5. RGB value is (252,223,213). Sum of RGB (Red+Green+Blue) = 252+223+213=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFD5 is #03202A. Grayscale: #E6E6E6. Windows color (decimal): -204843 or 14016508. OLE color: 14016508.

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

Color convert

RGB 252 223 213 -
CMYK 0 0.12 0.15 0.01
HSL 15.38º 0.87% 0.91% -
HSV(B) 15.38º 0.15% 0.99% -
XYZ 78.54 78.27 73.92 -
YUV 230.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 252 223 213 0 0.12 0.15 0.01 15.38 0.87 0.91
Hex FC DF D5 0 C F 1 F 57 5B
Octal 374 337 325 0 14 17 1 17 127 133
Binary 11111100 11011111 11010101 0 1100 1111 1 1111 1010111 1011011

Color Harmonies of #FCDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDFD5

Black with #FCDFD5

Text Example


Text Example

White with #FCDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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