Html Css Color HEX #FCDDD3 Pippin

📋 copy color: '#FCDDD3'

red 252 ◦ green 221 ◦ blue 211

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

Shades of Pippin #FCDDD3

Tints of Pippin #FCDDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.85%

R = 36.84%
G = 32.31%
B = 30.85%

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

#FCDDD3 (or 0xFCDDD3) is known color: Pippin. HEX triplet: FC, DD and D3. RGB value is (252,221,211). Sum of RGB (Red+Green+Blue) = 252+221+211=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD3 is #03222C. Grayscale: #E5E5E5. Windows color (decimal): -205357 or 13884924. OLE color: 13884924.

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

Color convert

RGB 252 221 211 -
CMYK 0 0.12 0.16 0.01
HSL 14.63º 0.87% 0.91% -
HSV(B) 14.63º 0.16% 0.99% -
XYZ 77.76 77.11 72.41 -
YUV 229.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 252 221 211 0 0.12 0.16 0.01 14.63 0.87 0.91
Hex FC DD D3 0 C 10 1 F 57 5B
Octal 374 335 323 0 14 20 1 17 127 133
Binary 11111100 11011101 11010011 0 1100 10000 1 1111 1010111 1011011

Color Harmonies of #FCDDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDD3

Black with #FCDDD3

Text Example


Text Example

White with #FCDDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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