Html Css Color HEX #F3D0D7 Pink Lace

📋 copy color: '#F3D0D7'

red 243 ◦ green 208 ◦ blue 215

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

Shades of Pink Lace #F3D0D7

Tints of Pink Lace #F3D0D7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.23%

 BLUE value IS 215 (84.38% from 255) = 32.28%

R = 36.49%
G = 31.23%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F3D0D7 (or 0xF3D0D7) is known color: Pink Lace. HEX triplet: F3, D0 and D7. RGB value is (243,208,215). Sum of RGB (Red+Green+Blue) = 243+208+215=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D0D7 is #0C2F28. Grayscale: #DBDBDB. Windows color (decimal): -798505 or 14143731. OLE color: 14143731.

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

Color convert

RGB 243 208 215 -
CMYK 0 0.14 0.12 0.05
HSL 348º 0.59% 0.88% -
HSV(B) 348º 0.14% 0.95% -
XYZ 71.78 69.07 73.84 -
YUV 219.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 243 208 215 0 0.14 0.12 0.05 348 0.59 0.88
Hex F3 D0 D7 0 E C 5 15C 3B 58
Octal 363 320 327 0 16 14 5 534 73 130
Binary 11110011 11010000 11010111 0 1110 1100 101 101011100 111011 1011000

Color Harmonies of #F3D0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D0D7

Black with #F3D0D7

Text Example


Text Example

White with #F3D0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D0D7; }

 p { color: rgb(243,208,215); }

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

background-color css

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

 a { background-color: rgb(243,208,215); }

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

border-color css

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

 span { border-color: rgb(243,208,215); }

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