Html Css Color HEX #FCDDD4 Pippin

📋 copy color: '#FCDDD4'

red 252 ◦ green 221 ◦ blue 212

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

Shades of Pippin #FCDDD4

Tints of Pippin #FCDDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 30.95%

R = 36.79%
G = 32.26%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCDDD4 (or 0xFCDDD4) is known color: Pippin. HEX triplet: FC, DD and D4. RGB value is (252,221,212). Sum of RGB (Red+Green+Blue) = 252+221+212=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 212 (83.20% from 255 or 30.95% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD4 is #03222B. Grayscale: #E5E5E5. Windows color (decimal): -205356 or 13950460. OLE color: 13950460.

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

Color convert

RGB 252 221 212 -
CMYK 0 0.12 0.16 0.01
HSL 13.5º 0.87% 0.91% -
HSV(B) 13.5º 0.16% 0.99% -
XYZ 77.88 77.16 73.08 -
YUV 229.24 118.27 144.23 -
System Red Green Blue C M Y K H S L
Decimal 252 221 212 0 0.12 0.16 0.01 13.5 0.87 0.91
Hex FC DD D4 0 C 10 1 E 57 5B
Octal 374 335 324 0 14 20 1 16 127 133
Binary 11111100 11011101 11010100 0 1100 10000 1 1110 1010111 1011011

Color Harmonies of #FCDDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDD4

Black with #FCDDD4

Text Example


Text Example

White with #FCDDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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