Html Css Color HEX #F6C5CF Pink

📋 copy color: '#F6C5CF'

red 246 ◦ green 197 ◦ blue 207

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

Shades of Pink #F6C5CF

Tints of Pink #F6C5CF

RGB

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

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

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

R = 37.85%
G = 30.31%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6C5CF (or 0xF6C5CF) is known color: Pink. HEX triplet: F6, C5 and CF. RGB value is (246,197,207). Sum of RGB (Red+Green+Blue) = 246+197+207=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C5CF is #093A30. Grayscale: #D4D4D4. Windows color (decimal): -604721 or 13616630. OLE color: 13616630.

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

Color convert

RGB 246 197 207 -
CMYK 0 0.20 0.16 0.04
HSL 347.76º 0.73% 0.87% -
HSV(B) 347.76º 0.2% 0.96% -
XYZ 69.23 64.03 67.74 -
YUV 212.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 246 197 207 0 0.20 0.16 0.04 347.76 0.73 0.87
Hex F6 C5 CF 0 14 10 4 15C 49 57
Octal 366 305 317 0 24 20 4 534 111 127
Binary 11110110 11000101 11001111 0 10100 10000 100 101011100 1001001 1010111

Color Harmonies of #F6C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C5CF

Black with #F6C5CF

Text Example


Text Example

White with #F6C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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