Html Css Color HEX #FFDDD5 Pippin

📋 copy color: '#FFDDD5'

red 255 ◦ green 221 ◦ blue 213

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

Shades of Pippin #FFDDD5

Tints of Pippin #FFDDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.91%

R = 37.01%
G = 32.08%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFDDD5 (or 0xFFDDD5) is known color: Pippin. HEX triplet: FF, DD and D5. RGB value is (255,221,213). Sum of RGB (Red+Green+Blue) = 255+221+213=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 213 (83.59% from 255 or 30.91% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDD5 is #00222A. Grayscale: #E6E6E6. Windows color (decimal): -8747 or 14015999. OLE color: 14015999.

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

Color convert

RGB 255 221 213 -
CMYK 0 0.13 0.16 0
HSL 11.43º 1% 0.92% -
HSV(B) 11.43º 0.16% 1% -
XYZ 79.11 77.78 73.79 -
YUV 230.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 255 221 213 0 0.13 0.16 0 11.43 1 0.92
Hex FF DD D5 0 D 10 0 B 64 5C
Octal 377 335 325 0 15 20 0 13 144 134
Binary 11111111 11011101 11010101 0 1101 10000 0 1011 1100100 1011100

Color Harmonies of #FFDDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDDD5

Black with #FFDDD5

Text Example


Text Example

White with #FFDDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDDD5; }

 p { color: rgb(255,221,213); }

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

background-color css

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

 a { background-color: rgb(255,221,213); }

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

border-color css

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

 span { border-color: rgb(255,221,213); }

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