Html Css Color HEX #F6C9D8 Pink Lace

📋 copy color: '#F6C9D8'

red 246 ◦ green 201 ◦ blue 216

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

Shades of Pink Lace #F6C9D8

Tints of Pink Lace #F6C9D8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.32%

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

R = 37.1%
G = 30.32%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F6C9D8 (or 0xF6C9D8) is known color: Pink Lace. HEX triplet: F6, C9 and D8. RGB value is (246,201,216). Sum of RGB (Red+Green+Blue) = 246+201+216=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C9D8 is #093627. Grayscale: #D8D8D8. Windows color (decimal): -603688 or 14207478. OLE color: 14207478.

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

Color convert

RGB 246 201 216 -
CMYK 0 0.18 0.12 0.04
HSL 340º 0.71% 0.88% -
HSV(B) 340º 0.18% 0.96% -
XYZ 71.29 66.32 74.01 -
YUV 216.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 246 201 216 0 0.18 0.12 0.04 340 0.71 0.88
Hex F6 C9 D8 0 12 C 4 154 47 58
Octal 366 311 330 0 22 14 4 524 107 130
Binary 11110110 11001001 11011000 0 10010 1100 100 101010100 1000111 1011000

Color Harmonies of #F6C9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C9D8

Black with #F6C9D8

Text Example


Text Example

White with #F6C9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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