Html Css Color HEX #F7D5D8 Pale Pink

📋 copy color: '#F7D5D8'

red 247 ◦ green 213 ◦ blue 216

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

Shades of Pale Pink #F7D5D8

Tints of Pale Pink #F7D5D8

RGB

 RED value IS 247 (96.88% from 255) = 36.54%

 GREEN value IS 213 (83.59% from 255) = 31.51%

 BLUE value IS 216 (84.77% from 255) = 31.95%

R = 36.54%
G = 31.51%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F7D5D8 (or 0xF7D5D8) is known color: Pale Pink. HEX triplet: F7, D5 and D8. RGB value is (247,213,216). Sum of RGB (Red+Green+Blue) = 247+213+216=676 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.54% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D5D8 is #082A27. Grayscale: #DFDFDF. Windows color (decimal): -535080 or 14210551. OLE color: 14210551.

HSL color Cylindrical-coordinate representation of color #F7D5D8: hue angle of 354.71º degrees, saturation: 0.68, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7D5D8 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 213 216 -
CMYK 0 0.14 0.13 0.03
HSL 354.71º 0.68% 0.9% -
HSV(B) 354.71º 0.14% 0.97% -
XYZ 74.55 72.32 75 -
YUV 223.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 247 213 216 0 0.14 0.13 0.03 354.71 0.68 0.9
Hex F7 D5 D8 0 E D 3 163 44 5A
Octal 367 325 330 0 16 15 3 543 104 132
Binary 11110111 11010101 11011000 0 1110 1101 11 101100011 1000100 1011010

Color Harmonies of #F7D5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D5D8

Black with #F7D5D8

Text Example


Text Example

White with #F7D5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D5D8; }

 p { color: rgb(247,213,216); }

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

background-color css

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

 a { background-color: rgb(247,213,216); }

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

border-color css

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

 span { border-color: rgb(247,213,216); }

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