Html Css Color HEX #F6DCDE Pale Pink

📋 copy color: '#F6DCDE'

red 246 ◦ green 220 ◦ blue 222

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

Shades of Pale Pink #F6DCDE

Tints of Pale Pink #F6DCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.27%

R = 35.76%
G = 31.98%
B = 32.27%

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

#F6DCDE (or 0xF6DCDE) is known color: Pale Pink. HEX triplet: F6, DC and DE. RGB value is (246,220,222). Sum of RGB (Red+Green+Blue) = 246+220+222=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCDE is #092321. Grayscale: #E4E4E4. Windows color (decimal): -598818 or 14605558. OLE color: 14605558.

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

Color convert

RGB 246 220 222 -
CMYK 0 0.11 0.10 0.04
HSL 355.38º 0.59% 0.91% -
HSV(B) 355.38º 0.11% 0.96% -
XYZ 76.78 76.05 79.74 -
YUV 228 124.61 140.84 -
System Red Green Blue C M Y K H S L
Decimal 246 220 222 0 0.11 0.10 0.04 355.38 0.59 0.91
Hex F6 DC DE 0 B A 4 163 3B 5B
Octal 366 334 336 0 13 12 4 543 73 133
Binary 11110110 11011100 11011110 0 1011 1010 100 101100011 111011 1011011

Color Harmonies of #F6DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCDE

Black with #F6DCDE

Text Example


Text Example

White with #F6DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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