Html Css Color HEX #F7C5D0 Pink Lace

📋 copy color: '#F7C5D0'

red 247 ◦ green 197 ◦ blue 208

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

Shades of Pink Lace #F7C5D0

Tints of Pink Lace #F7C5D0

RGB

 RED value IS 247 (96.88% from 255) = 37.88%

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

 BLUE value IS 208 (81.64% from 255) = 31.9%

R = 37.88%
G = 30.21%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F7C5D0 (or 0xF7C5D0) is known color: Pink Lace. HEX triplet: F7, C5 and D0. RGB value is (247,197,208). Sum of RGB (Red+Green+Blue) = 247+197+208=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 197 (77.34% from 255 or 30.21% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C5D0 is #083A2F. Grayscale: #D5D5D5. Windows color (decimal): -539184 or 13682167. OLE color: 13682167.

HSL color Cylindrical-coordinate representation of color #F7C5D0: hue angle of 346.8º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C5D0 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 197 208 -
CMYK 0 0.20 0.16 0.03
HSL 346.8º 0.76% 0.87% -
HSV(B) 346.8º 0.2% 0.97% -
XYZ 69.71 64.26 68.4 -
YUV 213.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 247 197 208 0 0.20 0.16 0.03 346.8 0.76 0.87
Hex F7 C5 D0 0 14 10 3 15B 4C 57
Octal 367 305 320 0 24 20 3 533 114 127
Binary 11110111 11000101 11010000 0 10100 10000 11 101011011 1001100 1010111

Color Harmonies of #F7C5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C5D0

Black with #F7C5D0

Text Example


Text Example

White with #F7C5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C5D0; }

 p { color: rgb(247,197,208); }

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

background-color css

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

 a { background-color: rgb(247,197,208); }

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

border-color css

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

 span { border-color: rgb(247,197,208); }

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