Html Css Color HEX #FFDCCF Pippin

📋 copy color: '#FFDCCF'

red 255 ◦ green 220 ◦ blue 207

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

Shades of Pippin #FFDCCF

Tints of Pippin #FFDCCF

RGB

 RED value IS 255 (100% from 255) = 37.39%

 GREEN value IS 220 (86.33% from 255) = 32.26%

 BLUE value IS 207 (81.25% from 255) = 30.35%

R = 37.39%
G = 32.26%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFDCCF (or 0xFFDCCF) is known color: Pippin. HEX triplet: FF, DC and CF. RGB value is (255,220,207). Sum of RGB (Red+Green+Blue) = 255+220+207=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCCF is #002330. Grayscale: #E5E5E5. Windows color (decimal): -9009 or 13622527. OLE color: 13622527.

HSL color Cylindrical-coordinate representation of color #FFDCCF: hue angle of 16.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFDCCF is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 255 220 207 -
CMYK 0 0.14 0.19 0
HSL 16.25º 1% 0.91% -
HSV(B) 16.25º 0.19% 1% -
XYZ 78.1 76.95 69.77 -
YUV 228.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 255 220 207 0 0.14 0.19 0 16.25 1 0.91
Hex FF DC CF 0 E 13 0 10 64 5B
Octal 377 334 317 0 16 23 0 20 144 133
Binary 11111111 11011100 11001111 0 1110 10011 0 10000 1100100 1011011

Color Harmonies of #FFDCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDCCF

Black with #FFDCCF

Text Example


Text Example

White with #FFDCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDCCF; }

 p { color: rgb(255,220,207); }

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

background-color css

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

 a { background-color: rgb(255,220,207); }

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

border-color css

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

 span { border-color: rgb(255,220,207); }

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