Html Css Color HEX #FDDCCF Pippin

📋 copy color: '#FDDCCF'

red 253 ◦ green 220 ◦ blue 207

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

Shades of Pippin #FDDCCF

Tints of Pippin #FDDCCF

RGB

 RED value IS 253 (99.22% from 255) = 37.21%

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

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

R = 37.21%
G = 32.35%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FDDCCF (or 0xFDDCCF) is known color: Pippin. HEX triplet: FD, DC and CF. RGB value is (253,220,207). Sum of RGB (Red+Green+Blue) = 253+220+207=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCCF is #022330. Grayscale: #E4E4E4. Windows color (decimal): -140081 or 13622525. OLE color: 13622525.

HSL color Cylindrical-coordinate representation of color #FDDCCF: hue angle of 16.96º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDDCCF is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 207 -
CMYK 0 0.13 0.18 0.01
HSL 16.96º 0.92% 0.9% -
HSV(B) 16.96º 0.18% 0.99% -
XYZ 77.36 76.57 69.73 -
YUV 228.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 253 220 207 0 0.13 0.18 0.01 16.96 0.92 0.9
Hex FD DC CF 0 D 12 1 11 5C 5A
Octal 375 334 317 0 15 22 1 21 134 132
Binary 11111101 11011100 11001111 0 1101 10010 1 10001 1011100 1011010

Color Harmonies of #FDDCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCCF

Black with #FDDCCF

Text Example


Text Example

White with #FDDCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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