Html Css Color HEX #F6C2CF Pink

📋 copy color: '#F6C2CF'

red 246 ◦ green 194 ◦ blue 207

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

Shades of Pink #F6C2CF

Tints of Pink #F6C2CF

RGB

 RED value IS 246 (96.48% from 255) = 38.02%

 GREEN value IS 194 (76.17% from 255) = 29.98%

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

R = 38.02%
G = 29.98%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6C2CF (or 0xF6C2CF) is known color: Pink. HEX triplet: F6, C2 and CF. RGB value is (246,194,207). Sum of RGB (Red+Green+Blue) = 246+194+207=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C2CF is #093D30. Grayscale: #D3D3D3. Windows color (decimal): -605489 or 13615862. OLE color: 13615862.

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

Color convert

RGB 246 194 207 -
CMYK 0 0.21 0.16 0.04
HSL 345º 0.74% 0.86% -
HSV(B) 345º 0.21% 0.96% -
XYZ 68.56 62.68 67.52 -
YUV 211.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 246 194 207 0 0.21 0.16 0.04 345 0.74 0.86
Hex F6 C2 CF 0 15 10 4 159 4A 56
Octal 366 302 317 0 25 20 4 531 112 126
Binary 11110110 11000010 11001111 0 10101 10000 100 101011001 1001010 1010110

Color Harmonies of #F6C2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C2CF

Black with #F6C2CF

Text Example


Text Example

White with #F6C2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C2CF; }

 p { color: rgb(246,194,207); }

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

background-color css

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

 a { background-color: rgb(246,194,207); }

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

border-color css

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

 span { border-color: rgb(246,194,207); }

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