Html Css Color HEX #F5DCDD Pale Pink

📋 copy color: '#F5DCDD'

red 245 ◦ green 220 ◦ blue 221

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

Shades of Pale Pink #F5DCDD

Tints of Pale Pink #F5DCDD

RGB

 RED value IS 245 (96.09% from 255) = 35.71%

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

 BLUE value IS 221 (86.72% from 255) = 32.22%

R = 35.71%
G = 32.07%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5DCDD (or 0xF5DCDD) is known color: Pale Pink. HEX triplet: F5, DC and DD. RGB value is (245,220,221). Sum of RGB (Red+Green+Blue) = 245+220+221=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 220 (86.33% from 255 or 32.07% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCDD is #0A2322. Grayscale: #E3E3E3. Windows color (decimal): -664355 or 14540021. OLE color: 14540021.

HSL color Cylindrical-coordinate representation of color #F5DCDD: hue angle of 357.6º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DCDD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 220 221 -
CMYK 0 0.10 0.10 0.04
HSL 357.6º 0.56% 0.91% -
HSV(B) 357.6º 0.1% 0.96% -
XYZ 76.3 75.82 79.02 -
YUV 227.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 245 220 221 0 0.10 0.10 0.04 357.6 0.56 0.91
Hex F5 DC DD 0 A A 4 166 38 5B
Octal 365 334 335 0 12 12 4 546 70 133
Binary 11110101 11011100 11011101 0 1010 1010 100 101100110 111000 1011011

Color Harmonies of #F5DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DCDD

Black with #F5DCDD

Text Example


Text Example

White with #F5DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DCDD; }

 p { color: rgb(245,220,221); }

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

background-color css

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

 a { background-color: rgb(245,220,221); }

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

border-color css

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

 span { border-color: rgb(245,220,221); }

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