Html Css Color HEX #F6C5D2 Pink Lace

📋 copy color: '#F6C5D2'

red 246 ◦ green 197 ◦ blue 210

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

Shades of Pink Lace #F6C5D2

Tints of Pink Lace #F6C5D2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.17%

 BLUE value IS 210 (82.42% from 255) = 32.16%

R = 37.67%
G = 30.17%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F6C5D2 (or 0xF6C5D2) is known color: Pink Lace. HEX triplet: F6, C5 and D2. RGB value is (246,197,210). Sum of RGB (Red+Green+Blue) = 246+197+210=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C5D2 is #093A2D. Grayscale: #D5D5D5. Windows color (decimal): -604718 or 13813238. OLE color: 13813238.

HSL color Cylindrical-coordinate representation of color #F6C5D2: hue angle of 344.08º degrees, saturation: 0.73, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F6C5D2 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 197 210 -
CMYK 0 0.20 0.15 0.04
HSL 344.08º 0.73% 0.87% -
HSV(B) 344.08º 0.2% 0.96% -
XYZ 69.61 64.18 69.69 -
YUV 213.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 246 197 210 0 0.20 0.15 0.04 344.08 0.73 0.87
Hex F6 C5 D2 0 14 F 4 158 49 57
Octal 366 305 322 0 24 17 4 530 111 127
Binary 11110110 11000101 11010010 0 10100 1111 100 101011000 1001001 1010111

Color Harmonies of #F6C5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C5D2

Black with #F6C5D2

Text Example


Text Example

White with #F6C5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C5D2; }

 p { color: rgb(246,197,210); }

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

background-color css

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

 a { background-color: rgb(246,197,210); }

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

border-color css

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

 span { border-color: rgb(246,197,210); }

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