Html Css Color HEX #F6C4BE Your Pink

📋 copy color: '#F6C4BE'

red 246 ◦ green 196 ◦ blue 190

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

Shades of Your Pink #F6C4BE

Tints of Your Pink #F6C4BE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.01%

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

R = 38.92%
G = 31.01%
B = 30.06%

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

#F6C4BE (or 0xF6C4BE) is known color: Your Pink. HEX triplet: F6, C4 and BE. RGB value is (246,196,190). Sum of RGB (Red+Green+Blue) = 246+196+190=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C4BE is #093B41. Grayscale: #D2D2D2. Windows color (decimal): -604994 or 12502262. OLE color: 12502262.

HSL color Cylindrical-coordinate representation of color #F6C4BE: hue angle of 6.43º 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 #F6C4BE is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 196 190 -
CMYK 0 0.20 0.23 0.04
HSL 6.43º 0.76% 0.85% -
HSV(B) 6.43º 0.23% 0.96% -
XYZ 67.04 62.79 57.3 -
YUV 210.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 246 196 190 0 0.20 0.23 0.04 6.43 0.76 0.85
Hex F6 C4 BE 0 14 17 4 6 4C 55
Octal 366 304 276 0 24 27 4 6 114 125
Binary 11110110 11000100 10111110 0 10100 10111 100 110 1001100 1010101

Color Harmonies of #F6C4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C4BE

Black with #F6C4BE

Text Example


Text Example

White with #F6C4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C4BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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