Html Css Color HEX #F6D8DB Pale Pink

📋 copy color: '#F6D8DB'

red 246 ◦ green 216 ◦ blue 219

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

Shades of Pale Pink #F6D8DB

Tints of Pale Pink #F6D8DB

RGB

 RED value IS 246 (96.48% from 255) = 36.12%

 GREEN value IS 216 (84.77% from 255) = 31.72%

 BLUE value IS 219 (85.94% from 255) = 32.16%

R = 36.12%
G = 31.72%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6D8DB (or 0xF6D8DB) is known color: Pale Pink. HEX triplet: F6, D8 and DB. RGB value is (246,216,219). Sum of RGB (Red+Green+Blue) = 246+216+219=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 216 (84.77% from 255 or 31.72% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8DB is #092724. Grayscale: #E1E1E1. Windows color (decimal): -599845 or 14407926. OLE color: 14407926.

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

Color convert

RGB 246 216 219 -
CMYK 0 0.12 0.11 0.04
HSL 354º 0.63% 0.91% -
HSV(B) 354º 0.12% 0.96% -
XYZ 75.35 73.82 77.3 -
YUV 225.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 246 216 219 0 0.12 0.11 0.04 354 0.63 0.91
Hex F6 D8 DB 0 C B 4 162 3E 5B
Octal 366 330 333 0 14 13 4 542 76 133
Binary 11110110 11011000 11011011 0 1100 1011 100 101100010 111110 1011011

Color Harmonies of #F6D8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D8DB

Black with #F6D8DB

Text Example


Text Example

White with #F6D8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D8DB; }

 p { color: rgb(246,216,219); }

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

background-color css

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

 a { background-color: rgb(246,216,219); }

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

border-color css

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

 span { border-color: rgb(246,216,219); }

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