Html Css Color HEX #F6DBDC Pale Pink

📋 copy color: '#F6DBDC'

red 246 ◦ green 219 ◦ blue 220

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

Shades of Pale Pink #F6DBDC

Tints of Pale Pink #F6DBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.12%

R = 35.91%
G = 31.97%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6DBDC (or 0xF6DBDC) is known color: Pale Pink. HEX triplet: F6, DB and DC. RGB value is (246,219,220). Sum of RGB (Red+Green+Blue) = 246+219+220=685 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.91% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DBDC is #092423. Grayscale: #E3E3E3. Windows color (decimal): -599076 or 14474230. OLE color: 14474230.

HSL color Cylindrical-coordinate representation of color #F6DBDC: hue angle of 357.78º degrees, saturation: 0.6, 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 #F6DBDC is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 219 220 -
CMYK 0 0.11 0.11 0.04
HSL 357.78º 0.6% 0.91% -
HSV(B) 357.78º 0.11% 0.96% -
XYZ 76.26 75.42 78.25 -
YUV 227.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 246 219 220 0 0.11 0.11 0.04 357.78 0.6 0.91
Hex F6 DB DC 0 B B 4 166 3C 5B
Octal 366 333 334 0 13 13 4 546 74 133
Binary 11110110 11011011 11011100 0 1011 1011 100 101100110 111100 1011011

Color Harmonies of #F6DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DBDC

Black with #F6DBDC

Text Example


Text Example

White with #F6DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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