Html Css Color HEX #FCDBD3 Pippin

📋 copy color: '#FCDBD3'

red 252 ◦ green 219 ◦ blue 211

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

Shades of Pippin #FCDBD3

Tints of Pippin #FCDBD3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.11%

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

R = 36.95%
G = 32.11%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCDBD3 (or 0xFCDBD3) is known color: Pippin. HEX triplet: FC, DB and D3. RGB value is (252,219,211). Sum of RGB (Red+Green+Blue) = 252+219+211=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 211 (82.81% from 255 or 30.94% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBD3 is #03242C. Grayscale: #E4E4E4. Windows color (decimal): -205869 or 13884412. OLE color: 13884412.

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

Color convert

RGB 252 219 211 -
CMYK 0 0.13 0.16 0.01
HSL 11.71º 0.87% 0.91% -
HSV(B) 11.71º 0.16% 0.99% -
XYZ 77.23 76.06 72.24 -
YUV 227.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 252 219 211 0 0.13 0.16 0.01 11.71 0.87 0.91
Hex FC DB D3 0 D 10 1 C 57 5B
Octal 374 333 323 0 15 20 1 14 127 133
Binary 11111100 11011011 11010011 0 1101 10000 1 1100 1010111 1011011

Color Harmonies of #FCDBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDBD3

Black with #FCDBD3

Text Example


Text Example

White with #FCDBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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