Html Css Color HEX #F3C1D1 Pink Lace

📋 copy color: '#F3C1D1'

red 243 ◦ green 193 ◦ blue 209

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

Shades of Pink Lace #F3C1D1

Tints of Pink Lace #F3C1D1

RGB

 RED value IS 243 (95.31% from 255) = 37.67%

 GREEN value IS 193 (75.78% from 255) = 29.92%

 BLUE value IS 209 (82.03% from 255) = 32.4%

R = 37.67%
G = 29.92%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F3C1D1 (or 0xF3C1D1) is known color: Pink Lace. HEX triplet: F3, C1 and D1. RGB value is (243,193,209). Sum of RGB (Red+Green+Blue) = 243+193+209=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 193 (75.78% from 255 or 29.92% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3C1D1 is #0C3E2E. Grayscale: #D1D1D1. Windows color (decimal): -802351 or 13746675. OLE color: 13746675.

HSL color Cylindrical-coordinate representation of color #F3C1D1: hue angle of 340.8º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C1D1 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 193 209 -
CMYK 0 0.21 0.14 0.05
HSL 340.8º 0.68% 0.85% -
HSV(B) 340.8º 0.21% 0.95% -
XYZ 67.54 61.8 68.69 -
YUV 209.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 243 193 209 0 0.21 0.14 0.05 340.8 0.68 0.85
Hex F3 C1 D1 0 15 E 5 155 44 55
Octal 363 301 321 0 25 16 5 525 104 125
Binary 11110011 11000001 11010001 0 10101 1110 101 101010101 1000100 1010101

Color Harmonies of #F3C1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C1D1

Black with #F3C1D1

Text Example


Text Example

White with #F3C1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C1D1; }

 p { color: rgb(243,193,209); }

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

background-color css

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

 a { background-color: rgb(243,193,209); }

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

border-color css

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

 span { border-color: rgb(243,193,209); }

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