Html Css Color HEX #F6C8BF Your Pink

📋 copy color: '#F6C8BF'

red 246 ◦ green 200 ◦ blue 191

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

Shades of Your Pink #F6C8BF

Tints of Your Pink #F6C8BF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.4%

 BLUE value IS 191 (75% from 255) = 29.98%

R = 38.62%
G = 31.4%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F6C8BF (or 0xF6C8BF) is known color: Your Pink. HEX triplet: F6, C8 and BF. RGB value is (246,200,191). Sum of RGB (Red+Green+Blue) = 246+200+191=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C8BF is #093740. Grayscale: #D4D4D4. Windows color (decimal): -603969 or 12568822. OLE color: 12568822.

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

Color convert

RGB 246 200 191 -
CMYK 0 0.19 0.22 0.04
HSL 9.82º 0.75% 0.86% -
HSV(B) 9.82º 0.22% 0.96% -
XYZ 68.06 64.66 58.18 -
YUV 212.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 246 200 191 0 0.19 0.22 0.04 9.82 0.75 0.86
Hex F6 C8 BF 0 13 16 4 A 4B 56
Octal 366 310 277 0 23 26 4 12 113 126
Binary 11110110 11001000 10111111 0 10011 10110 100 1010 1001011 1010110

Color Harmonies of #F6C8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C8BF

Black with #F6C8BF

Text Example


Text Example

White with #F6C8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C8BF; }

 p { color: rgb(246,200,191); }

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

background-color css

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

 a { background-color: rgb(246,200,191); }

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

border-color css

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

 span { border-color: rgb(246,200,191); }

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