Html Css Color HEX #F0C6CF Pink Lace

📋 copy color: '#F0C6CF'

red 240 ◦ green 198 ◦ blue 207

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

Shades of Pink Lace #F0C6CF

Tints of Pink Lace #F0C6CF

RGB

 RED value IS 240 (94.14% from 255) = 37.21%

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

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

R = 37.21%
G = 30.7%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0C6CF (or 0xF0C6CF) is known color: Pink Lace. HEX triplet: F0, C6 and CF. RGB value is (240,198,207). Sum of RGB (Red+Green+Blue) = 240+198+207=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 198 (77.73% from 255 or 30.70% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6CF is #0F3930. Grayscale: #D3D3D3. Windows color (decimal): -997681 or 13616880. OLE color: 13616880.

HSL color Cylindrical-coordinate representation of color #F0C6CF: hue angle of 347.14º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C6CF is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 198 207 -
CMYK 0 0.18 0.14 0.06
HSL 347.14º 0.58% 0.86% -
HSV(B) 347.14º 0.18% 0.94% -
XYZ 67.39 63.42 67.72 -
YUV 211.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 240 198 207 0 0.18 0.14 0.06 347.14 0.58 0.86
Hex F0 C6 CF 0 12 E 6 15B 3A 56
Octal 360 306 317 0 22 16 6 533 72 126
Binary 11110000 11000110 11001111 0 10010 1110 110 101011011 111010 1010110

Color Harmonies of #F0C6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C6CF

Black with #F0C6CF

Text Example


Text Example

White with #F0C6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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