Html Css Color HEX #F5DBDD Pale Pink

📋 copy color: '#F5DBDD'

red 245 ◦ green 219 ◦ blue 221

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

Shades of Pale Pink #F5DBDD

Tints of Pale Pink #F5DBDD

RGB

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

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

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

R = 35.77%
G = 31.97%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5DBDD (or 0xF5DBDD) is known color: Pale Pink. HEX triplet: F5, DB and DD. RGB value is (245,219,221). Sum of RGB (Red+Green+Blue) = 245+219+221=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DBDD is #0A2422. Grayscale: #E3E3E3. Windows color (decimal): -664611 or 14539765. OLE color: 14539765.

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

Color convert

RGB 245 219 221 -
CMYK 0 0.11 0.10 0.04
HSL 355.38º 0.57% 0.91% -
HSV(B) 355.38º 0.11% 0.96% -
XYZ 76.04 75.3 78.93 -
YUV 227 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 245 219 221 0 0.11 0.10 0.04 355.38 0.57 0.91
Hex F5 DB DD 0 B A 4 163 39 5B
Octal 365 333 335 0 13 12 4 543 71 133
Binary 11110101 11011011 11011101 0 1011 1010 100 101100011 111001 1011011

Color Harmonies of #F5DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DBDD

Black with #F5DBDD

Text Example


Text Example

White with #F5DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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