Html Css Color HEX #F7C6CF Pink

📋 copy color: '#F7C6CF'

red 247 ◦ green 198 ◦ blue 207

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

Shades of Pink #F7C6CF

Tints of Pink #F7C6CF

RGB

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

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

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

R = 37.88%
G = 30.37%
B = 31.75%

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

#F7C6CF (or 0xF7C6CF) is known color: Pink. HEX triplet: F7, C6 and CF. RGB value is (247,198,207). Sum of RGB (Red+Green+Blue) = 247+198+207=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7C6CF is #083930. Grayscale: #D5D5D5. Windows color (decimal): -538929 or 13616887. OLE color: 13616887.

HSL color Cylindrical-coordinate representation of color #F7C6CF: hue angle of 348.98º degrees, saturation: 0.75, 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 #F7C6CF is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 198 207 -
CMYK 0 0.20 0.16 0.03
HSL 348.98º 0.75% 0.87% -
HSV(B) 348.98º 0.2% 0.97% -
XYZ 69.81 64.67 67.83 -
YUV 213.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 247 198 207 0 0.20 0.16 0.03 348.98 0.75 0.87
Hex F7 C6 CF 0 14 10 3 15D 4B 57
Octal 367 306 317 0 24 20 3 535 113 127
Binary 11110111 11000110 11001111 0 10100 10000 11 101011101 1001011 1010111

Color Harmonies of #F7C6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C6CF

Black with #F7C6CF

Text Example


Text Example

White with #F7C6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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