Html Css Color HEX #F6C6BE Your Pink

📋 copy color: '#F6C6BE'

red 246 ◦ green 198 ◦ blue 190

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

Shades of Your Pink #F6C6BE

Tints of Your Pink #F6C6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.97%

R = 38.8%
G = 31.23%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F6C6BE (or 0xF6C6BE) is known color: Your Pink. HEX triplet: F6, C6 and BE. RGB value is (246,198,190). Sum of RGB (Red+Green+Blue) = 246+198+190=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C6BE is #093941. Grayscale: #D3D3D3. Windows color (decimal): -604482 or 12502774. OLE color: 12502774.

HSL color Cylindrical-coordinate representation of color #F6C6BE: hue angle of 8.57º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6C6BE is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 198 190 -
CMYK 0 0.20 0.23 0.04
HSL 8.57º 0.76% 0.85% -
HSV(B) 8.57º 0.23% 0.96% -
XYZ 67.49 63.7 57.45 -
YUV 211.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 246 198 190 0 0.20 0.23 0.04 8.57 0.76 0.85
Hex F6 C6 BE 0 14 17 4 9 4C 55
Octal 366 306 276 0 24 27 4 11 114 125
Binary 11110110 11000110 10111110 0 10100 10111 100 1001 1001100 1010101

Color Harmonies of #F6C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C6BE

Black with #F6C6BE

Text Example


Text Example

White with #F6C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C6BE; }

 p { color: rgb(246,198,190); }

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

background-color css

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

 a { background-color: rgb(246,198,190); }

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

border-color css

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

 span { border-color: rgb(246,198,190); }

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