Html Css Color HEX #FCDDD5 Pippin

📋 copy color: '#FCDDD5'

red 252 ◦ green 221 ◦ blue 213

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

Shades of Pippin #FCDDD5

Tints of Pippin #FCDDD5

RGB

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

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

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

R = 36.73%
G = 32.22%
B = 31.05%

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

#FCDDD5 (or 0xFCDDD5) is known color: Pippin. HEX triplet: FC, DD and D5. RGB value is (252,221,213). Sum of RGB (Red+Green+Blue) = 252+221+213=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD5 is #03222A. Grayscale: #E5E5E5. Windows color (decimal): -205355 or 14015996. OLE color: 14015996.

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

Color convert

RGB 252 221 213 -
CMYK 0 0.12 0.15 0.01
HSL 12.31º 0.87% 0.91% -
HSV(B) 12.31º 0.15% 0.99% -
XYZ 78.01 77.21 73.74 -
YUV 229.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 252 221 213 0 0.12 0.15 0.01 12.31 0.87 0.91
Hex FC DD D5 0 C F 1 C 57 5B
Octal 374 335 325 0 14 17 1 14 127 133
Binary 11111100 11011101 11010101 0 1100 1111 1 1100 1010111 1011011

Color Harmonies of #FCDDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDD5

Black with #FCDDD5

Text Example


Text Example

White with #FCDDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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