Html Css Color HEX #F5C6CF Pink Lace

📋 copy color: '#F5C6CF'

red 245 ◦ green 198 ◦ blue 207

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

Shades of Pink Lace #F5C6CF

Tints of Pink Lace #F5C6CF

RGB

 RED value IS 245 (96.09% from 255) = 37.69%

 GREEN value IS 198 (77.73% from 255) = 30.46%

 BLUE value IS 207 (81.25% from 255) = 31.85%

R = 37.69%
G = 30.46%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5C6CF (or 0xF5C6CF) is known color: Pink Lace. HEX triplet: F5, C6 and CF. RGB value is (245,198,207). Sum of RGB (Red+Green+Blue) = 245+198+207=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C6CF is #0A3930. Grayscale: #D5D5D5. Windows color (decimal): -670001 or 13616885. OLE color: 13616885.

HSL color Cylindrical-coordinate representation of color #F5C6CF: hue angle of 348.51º degrees, saturation: 0.7, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F5C6CF is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 198 207 -
CMYK 0 0.19 0.16 0.04
HSL 348.51º 0.7% 0.87% -
HSV(B) 348.51º 0.19% 0.96% -
XYZ 69.11 64.31 67.8 -
YUV 213.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 245 198 207 0 0.19 0.16 0.04 348.51 0.7 0.87
Hex F5 C6 CF 0 13 10 4 15D 46 57
Octal 365 306 317 0 23 20 4 535 106 127
Binary 11110101 11000110 11001111 0 10011 10000 100 101011101 1000110 1010111

Color Harmonies of #F5C6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C6CF

Black with #F5C6CF

Text Example


Text Example

White with #F5C6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C6CF; }

 p { color: rgb(245,198,207); }

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

background-color css

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

 a { background-color: rgb(245,198,207); }

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

border-color css

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

 span { border-color: rgb(245,198,207); }

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