Html Css Color HEX #F6D3DC Pink Lace

📋 copy color: '#F6D3DC'

red 246 ◦ green 211 ◦ blue 220

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

Shades of Pink Lace #F6D3DC

Tints of Pink Lace #F6D3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.17%

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

R = 36.34%
G = 31.17%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6D3DC (or 0xF6D3DC) is known color: Pink Lace. HEX triplet: F6, D3 and DC. RGB value is (246,211,220). Sum of RGB (Red+Green+Blue) = 246+211+220=677 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.34% from 677); Green value is 211 (82.81% from 255 or 31.17% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D3DC is #092C23. Grayscale: #DEDEDE. Windows color (decimal): -601124 or 14472182. OLE color: 14472182.

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

Color convert

RGB 246 211 220 -
CMYK 0 0.14 0.11 0.04
HSL 344.57º 0.66% 0.9% -
HSV(B) 344.57º 0.14% 0.96% -
XYZ 74.22 71.35 77.57 -
YUV 222.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 246 211 220 0 0.14 0.11 0.04 344.57 0.66 0.9
Hex F6 D3 DC 0 E B 4 159 42 5A
Octal 366 323 334 0 16 13 4 531 102 132
Binary 11110110 11010011 11011100 0 1110 1011 100 101011001 1000010 1011010

Color Harmonies of #F6D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D3DC

Black with #F6D3DC

Text Example


Text Example

White with #F6D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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